Commit 8a72b02a authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: disable FFmpeg/libav programs only when cross-compiling

It can be useful to test avplay/ffplay localy
parent 84ecfba8
...@@ -26,7 +26,6 @@ FFMPEGCONF = \ ...@@ -26,7 +26,6 @@ FFMPEGCONF = \
--disable-filters \ --disable-filters \
--disable-bsfs \ --disable-bsfs \
--disable-bzlib \ --disable-bzlib \
--disable-programs \
--disable-avresample --disable-avresample
ifdef USE_FFMPEG ifdef USE_FFMPEG
...@@ -59,7 +58,7 @@ endif ...@@ -59,7 +58,7 @@ endif
endif endif
ifdef HAVE_CROSS_COMPILE ifdef HAVE_CROSS_COMPILE
FFMPEGCONF += --enable-cross-compile FFMPEGCONF += --enable-cross-compile --disable-programs
ifndef HAVE_DARWIN_OS ifndef HAVE_DARWIN_OS
FFMPEGCONF += --cross-prefix=$(HOST)- FFMPEGCONF += --cross-prefix=$(HOST)-
endif endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment