mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
FFMPEG 2.3: enable GPL code.
libpostproc is needed by VLC.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user