Remove --enable-avcodec from build scripts, fix FFMPEG detection, do not link to avcodec or include avcodec headers if not detected

This commit is contained in:
Jonathan Campbell
2020-06-03 10:22:01 -07:00
parent 51a7023cd8
commit f351754bf3
9 changed files with 9 additions and 67 deletions

View File

@@ -33,6 +33,6 @@ echo Compiling our internal SDLnet 1.x
(cd vs2015/sdlnet && ./build-dosbox.sh) || exit 1
chmod +x configure
./configure --enable-core-inline --enable-debug=heavy --enable-avcodec --prefix=/usr --enable-sdl2 "$@" $opt || exit 1
./configure --enable-core-inline --enable-debug=heavy --prefix=/usr --enable-sdl2 "$@" $opt || exit 1
make -j3 || exit 1