|
@@ -36,6 +36,11 @@ ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),)
|
|
X264_CONF_OPTS += --disable-thread
|
|
X264_CONF_OPTS += --disable-thread
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+# Even though the configure script is not generated by autoconf, x264
|
|
|
|
+# uses config.sub/config.guess, so we want up-to-date versions of
|
|
|
|
+# them.
|
|
|
|
+X264_POST_PATCH_HOOKS += UPDATE_CONFIG_HOOK
|
|
|
|
+
|
|
# the configure script is not generated by autoconf
|
|
# the configure script is not generated by autoconf
|
|
define X264_CONFIGURE_CMDS
|
|
define X264_CONFIGURE_CMDS
|
|
(cd $(@D); $(TARGET_CONFIGURE_OPTS) $(X264_CONF_ENV) ./configure \
|
|
(cd $(@D); $(TARGET_CONFIGURE_OPTS) $(X264_CONF_ENV) ./configure \
|