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 = \
--disable-filters \
--disable-bsfs \
--disable-bzlib \
--disable-programs \
--disable-avresample
ifdef USE_FFMPEG
......@@ -59,7 +58,7 @@ endif
endif
ifdef HAVE_CROSS_COMPILE
FFMPEGCONF += --enable-cross-compile
FFMPEGCONF += --enable-cross-compile --disable-programs
ifndef HAVE_DARWIN_OS
FFMPEGCONF += --cross-prefix=$(HOST)-
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