ChallyCai/doubango

Theora codec should not be build if FFMPEG is missing

Closed this issue · 2 comments

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

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

  • Changed state: Accepted
Resolved in revision 477

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

  • Changed state: Fixed