Updated ffmpeg to use B_COMMON_DATA_DIRECTORY

This commit is contained in:
Scott McCreary
2012-05-24 16:17:14 +00:00
parent 961249fb4d
commit 0752dfe893

View File

@@ -12,7 +12,8 @@ DEPEND="media-libs/libogg >= 1.3.0
BUILD {
cd ffmpeg-0.10.2
./configure --prefix=`finddir B_COMMON_DIRECTORY` --disable-debug --enable-shared \
--enable-libvorbis --enable-libspeex --enable-libtheora --enable-libvpx
--enable-libvorbis --enable-libspeex --enable-libtheora --enable-libvpx \
--datadir=`finddir B_COMMON_DATA_DIRECTORY`
make
}