# hdw - linux ffmpeg package # # author: hackbard@hackdaworld.dyndns.org # # [V] cvs # [S] 3-8 # [D] ffmpeg.tar.bz2 cvs:anonymous:mplayerhq.hu:cvsroot/ffmpeg:ffmpeg unset CFLAGS confopt="$confopt --enable-shared --enable-pp --enable-pthreads" confopt="$confopt --enable-a52 --enable-faad --enable-xvid" confopt="$confopt --enable-mp3lame --enable-vorbis --enable-gpl" confopt="$confopt --extra-cflags=-I${root}/usr/X11/include" post_install() { echo "installing libpostproc stuff ..." make -C libavcodec/libpostproc install }