ChallyCai / doubango

Automatically exported from code.google.com/p/doubango
0 stars 1 forks source link

Theora codec should not be build if FFMPEG is missing #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If FFMpeg is not available, then the Theora codec should not be built. There is 
a missing pre-processor statement to guard the build in the 
"tdav_codec_theora.c" file. The code should be surrounded by "#if HAVE_FFMPEG" 
and "#endif"

Original issue reported on code.google.com by laurent.etiemble@gmail.com on 18 Aug 2010 at 8:01

GoogleCodeExporter commented 9 years ago

Original comment by boss...@yahoo.fr on 21 Aug 2010 at 10:17

GoogleCodeExporter commented 9 years ago
Resolved in revision 477

Original comment by boss...@yahoo.fr on 23 Aug 2010 at 7:57