FFMPEG 2.3: enable GPL code.

libpostproc is needed by VLC.
This commit is contained in:
Adrien Destugues
2014-09-03 20:12:34 +02:00
parent 925addf91e
commit f1d4d6533b

View File

@@ -125,7 +125,8 @@ BUILD()
--enable-libvorbis \
--enable-libspeex \
--enable-libtheora \
--enable-libvpx
--enable-libvpx \
--enable-gpl
make $jobArgs CFLAGS="-fno-PIC -std=c99"
}
@@ -141,7 +142,8 @@ INSTALL()
libavformat \
libavutil \
libswresample \
libswscale
libswscale \
libpostproc
fixPkgconfig
# include the documented ffserver.conf
@@ -156,3 +158,8 @@ INSTALL()
packageEntries devel \
$developDir
}
TEST()
{
make check
}