[mythtv-commits] Ticket #8334: libavcodec/mpeg12.c fails to compile on MacOS X

MythTV mythtv at cvs.mythtv.org
Mon Apr 12 04:19:51 UTC 2010


#8334: libavcodec/mpeg12.c fails to compile on MacOS X
-------------------------+--------------------------------------------------
 Reporter:  anonymous    |       Owner:  nigel     
     Type:  defect       |      Status:  new       
 Priority:  minor        |   Milestone:  unknown   
Component:  Ports - OSX  |     Version:  Trunk Head
 Severity:  high         |     Mlocked:  0         
-------------------------+--------------------------------------------------
 cd libmythui/ && /usr/bin/make -f Makefile
 mpeg12.c: In function ‘mpeg_decode_user_data’:
 mpeg12.c:2315: error: ‘uint’ undeclared (first use in this function)
 mpeg12.c:2315: error: (Each undeclared identifier is reported only once
 mpeg12.c:2315: error: for each function it appears in.)
 mpeg12.c:2315: error: expected ‘;’ before ‘cc_count’
 mpeg12.c:2316: error: expected ‘;’ before ‘cc_bits’
 mpeg12.c:2317: error: expected ‘;’ before ‘cc_bytes’
 mpeg12.c:2320: error: ‘cc_bytes’ undeclared (first use in this function)
 mpeg12.c:2326: error: ‘cc_count’ undeclared (first use in this function)
 make[2]: *** [mpeg12.o] Error 1
 make[1]: *** [sub-libavcodec-make_default] Error 2
 make[1]: *** Waiting for unfinished jobs....
 make[2]: Nothing to be done for `first'.
 make: *** [sub-libs-make_default-ordered] Error 2
 [osx-pkg] Failed system call: " /usr/bin/make -j3 " with error code 2


 uint isn't defined.  These variables really should be uint8_t.

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


More information about the mythtv-commits mailing list