[mythtv-commits] Re: Ticket #970: MythPlugins configure script on OSX fails with fink and --enable-new-exif option.

MythTV mythtv at cvs.mythtv.org
Mon Jan 9 16:48:24 UTC 2006


#970: MythPlugins configure script on OSX fails with fink and --enable-new-exif
option.
--------------------------------------+-------------------------------------
 Reporter:  dsnider at thesniderpad.com  |        Owner:  nigel   
     Type:  patch                     |       Status:  assigned
 Priority:  major                     |    Milestone:          
Component:  mythgallery               |      Version:  head    
 Severity:  high                      |   Resolution:          
--------------------------------------+-------------------------------------
Comment (by David Snider <dsnider at thesniderpad.com>):

 You're right, I missed that the default to yes comes from line 34 which
 says

 {{{
 newexif="yes"
 }}}

 So, the IF statement does always default to yes.  However if we changed
 line 34 to

 {{{
 newexif="no"
 }}}

 Then I think all will work well, the default will not have newexif=yes,
 unless,
 1.  --enable-new-exif is specified on the command line
 or
 2.  pkg-config detects it...

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


More information about the mythtv-commits mailing list