Removed the svn+ and added the --enable-gpl to ffmpeg's .bep file for r23081

This commit is contained in:
Scott McCreary
2010-05-10 22:59:39 +00:00
parent 3aa4bbf276
commit 0c18eb9193

View File

@@ -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
}