[mythtv-commits] Ticket #9141: 0.24rc1 build fails with --enable-ffmpeg

MythTV mythtv at cvs.mythtv.org
Sun Oct 24 00:37:23 UTC 2010


#9141: 0.24rc1 build fails with --enable-ffmpeg
------------------------------------+---------------------------------------
 Reporter:  jonno.conder@…          |            Type:  patch           
   Status:  new                     |        Priority:  minor           
Milestone:  unknown                 |       Component:  MythTV - General
  Version:  Unspecified             |        Severity:  medium          
 Keywords:                          |   Ticket locked:  0               
------------------------------------+---------------------------------------
 I am preparing to take over maintenance of the mythtv packages for my
 distribution (Arch Linux), which until now have used the --enable-ffmpeg
 switch. I encountered some errors while building, so I thought I'd forward
 the fixes here. Turns out the --enable-ffmpeg switch isn't needed anyway
 (I think... please let me know if that isn't the case), but just in case
 someone wants to use it, this might save them some work.

 There might be a cleaner solution than what I've done, but I'll leave that
 up to you. The two problems were that SRC_DIR was being used incorrectly
 in the FFmpeg makefile, so it didn't find any ffpreset files and so
 $(INSTALL) $(DATA_FILES) failed with a syntax error. The other issue is
 that FFMPEG_VERSION was being set to "SOURCE_VERSION="0.24rc1"", which
 caused some syntax errors in the FFmpeg source code.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/9141>
MythTV <http://www.mythtv.org/>
MythTV Media Center


More information about the mythtv-commits mailing list