initial checkin of new hdw-linux development cvs repository
[hdw-linux/hdw-linux.git] / packages / multimedia / ffmpeg / ffmpeg
1 # hdw - linux ffmpeg package
2 #
3 # author: hackbard@hackdaworld.dyndns.org
4 #
5 # [V] cvs
6 # [S] 3-8
7 # [D] ffmpeg.tar.bz2 cvs:anonymous:mplayerhq.hu:cvsroot/ffmpeg:ffmpeg
8
9 unset CFLAGS
10
11 confopt="$confopt --enable-shared --enable-pp --enable-pthreads"
12 confopt="$confopt --enable-a52 --enable-faad --enable-xvid"
13 confopt="$confopt --enable-mp3lame --enable-vorbis --enable-gpl"
14 confopt="$confopt --extra-cflags=-I${root}/usr/X11/include"
15
16 post_install()  {
17         echo "installing libpostproc stuff ..."
18         make -C libavcodec/libpostproc install
19                 }