mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 13:38:52 +02:00
Removed the svn+ and added the --enable-gpl to ffmpeg's .bep file for r23081
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
DESCRIPTION="FFmpeg is a complete, cross-platform solution to record, convert and stream audio and video. It includes libavcodec - the leading audio/video codec library."
|
||||
HOMEPAGE="http://www.ffmpeg.org"
|
||||
SRC_URI="svn+svn://svn.ffmpeg.org/ffmpeg/trunk#23081"
|
||||
SRC_URI="svn://svn.ffmpeg.org/ffmpeg/trunk#23081"
|
||||
#CHECKSUM_MD5=""
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
@@ -8,7 +8,7 @@ DEPEND=""
|
||||
BUILD {
|
||||
cd ffmpeg-23081
|
||||
chmod 777 configure
|
||||
./configure --prefix=/boot/common --disable-debug --disable-mmx --enable-shared
|
||||
./configure --prefix=/boot/common --disable-debug --disable-mmx --enable-shared --enable-gpl
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user