main/ffmpeg: build fix

This commit is contained in:
Natanael Copa 2010-09-07 12:50:10 +00:00
parent 21396a5465
commit cb4ee07353

View File

@ -41,7 +41,7 @@ build() {
--disable-stripping \
|| return 1
make || return 1
make tools/qt-faststart || return 1
${CC:-gcc} -o tools/qt-faststart $CFLAGS tools/qt-faststart.c || return 1
make doc/ffmpeg.1 doc/ffplay.1 doc/ffserver.1 || return 1
}