*** ./vpx/vpx_integer.h.ORIG Mon Jun 11 16:38:00 2012 --- ./vpx/vpx_integer.h Mon Jun 11 16:38:24 2012 *************** *** 48,54 **** --- 48,56 ---- #if defined(__cplusplus) && !defined(__STDC_FORMAT_MACROS) #define __STDC_FORMAT_MACROS #endif + #ifndef _AIX51 #include + #endif #endif *** ./libs.mk.ORIG Mon Jun 11 16:44:29 2012 --- ./libs.mk Mon Jun 11 16:44:50 2012 *************** *** 210,227 **** $(qexec)echo "local: *; };" >> $@ CLEAN-OBJS += libvpx.ver ! define libvpx_symlink_template ! $(1): $(2) ! @echo " [LN] $$@" ! $(qexec)ln -sf $(LIBVPX_SO) $$@ ! endef ! $(eval $(call libvpx_symlink_template,\ ! $(addprefix $(BUILD_PFX),$(notdir $(LIBVPX_SO_SYMLINKS))),\ ! $(BUILD_PFX)$(LIBVPX_SO))) ! $(eval $(call libvpx_symlink_template,\ ! $(addprefix $(DIST_DIR)/,$(LIBVPX_SO_SYMLINKS)),\ ! $(DIST_DIR)/$(LIBSUBDIR)/$(LIBVPX_SO))) INSTALL-LIBS-$(CONFIG_SHARED) += $(LIBVPX_SO_SYMLINKS) INSTALL-LIBS-$(CONFIG_SHARED) += $(LIBSUBDIR)/$(LIBVPX_SO) --- 210,227 ---- $(qexec)echo "local: *; };" >> $@ CLEAN-OBJS += libvpx.ver ! #define libvpx_symlink_template ! #$(1): $(2) ! # @echo " [LN] $$@" ! # $(qexec)ln -sf $(LIBVPX_SO) $$@ ! #endef ! #$(eval $(call libvpx_symlink_template,\ ! # $(addprefix $(BUILD_PFX),$(notdir $(LIBVPX_SO_SYMLINKS))),\ ! # $(BUILD_PFX)$(LIBVPX_SO))) ! #$(eval $(call libvpx_symlink_template,\ ! # $(addprefix $(DIST_DIR)/,$(LIBVPX_SO_SYMLINKS)),\ ! # $(DIST_DIR)/$(LIBSUBDIR)/$(LIBVPX_SO))) INSTALL-LIBS-$(CONFIG_SHARED) += $(LIBVPX_SO_SYMLINKS) INSTALL-LIBS-$(CONFIG_SHARED) += $(LIBSUBDIR)/$(LIBVPX_SO)