[mythtv-commits] Ticket #6645: configure script && libavcodec.pro handle latm_parser option incorrect

MythTV mythtv at cvs.mythtv.org
Sun Jun 21 17:52:32 UTC 2009


#6645: configure script && libavcodec.pro handle latm_parser option incorrect
-----------------------------------------+----------------------------------
 Reporter:  peter.brouwer at btconnect.com  |       Owner:  ijr       
     Type:  defect                       |      Status:  new       
 Priority:  major                        |   Milestone:  0.21.1    
Component:  MythTV - General             |     Version:  0.21-fixes
 Severity:  medium                       |     Mlocked:  0         
-----------------------------------------+----------------------------------
 From Script libavcodec.pro

 ---
 contains( CONFIG_LIBFAAD, yes )                 { SOURCES *= libfaad.c
 latmaac.c }
 -----------
 So latmaac.c is only pulled in if CONFIG_LIBFAAD is set
 However when the configure script sets the following in mythconfig.h
 #define CONFIG_LATM_PARSER 1
 #define ENABLE_LATM_PARSER 1

 The latm c source module is not compiled.

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


More information about the mythtv-commits mailing list