[mythtv-commits] Ticket #8523: Unable to play .nuv files (NuppelVideo)

MythTV mythtv at cvs.mythtv.org
Fri Jun 4 07:42:41 UTC 2010


#8523: Unable to play .nuv files (NuppelVideo)
-----------------------------------------------------+----------------------
 Reporter:  Joern Koerner <joern.koerner@…>          |       Owner:  ijr       
     Type:  defect                                   |      Status:  new       
 Priority:  critical                                 |   Milestone:  0.23-fixes
Component:  MythTV - General                         |     Version:  0.23-fixes
 Severity:  medium                                   |     Mlocked:  0         
-----------------------------------------------------+----------------------

Comment(by Joern Koerner <joern.koerner@…>):

 It seems to be the CXXFLAGS "-DPIC -fPIC -fomit-frame-pointer" that causes
 this problem.

 When I (manually) compile libmythtv and remove the flags for minilzo.cpp
 it works.

 This are the flags which works fine:
 DEFINES="-DMMX -Di386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
 -D_LARGEFILE_SOURCE -DLZO_DEBUG"
 CXXFLAGS="-pipe -O2 -march=i686 -g -Wall -Wno-switch -Wpointer-arith
 -Wredundant-decls -Wno-non-virtual-dtor -funit-at-a-time
 -D__STDC_CONSTANT_MACROS -I/usr/include/freetype2 -D_REENTRANT "

 I attached a the libmythtv Makefile that works.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/8523#comment:2>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list