ffmpeg 0.10: fix build on GCC4.

This commit is contained in:
Augustin Cavalier
2014-07-29 11:01:45 -04:00
parent af44d046b0
commit 23fd6c807b

View File

@@ -108,7 +108,7 @@ BUILD()
--enable-libtheora \
--enable-libvpx
make $jobArgs
make $jobArgs CFLAGS="-fno-PIC -std=c99"
}
INSTALL()