
mtdean at thirdcontact
Sep 6, 2007, 9:50 PM
Post #4 of 5
(668 views)
Permalink
|
On 09/07/2007 12:18 AM, Jay R. Ashworth wrote: > On Thu, Sep 06, 2007 at 09:53:06PM -0600, Justin wrote: > >> I'm getting the following compile error using the latest SVN: >> >> gcc -c -pipe -march=pentium4 -g -Wall -Wno-switch >> -Wdisabled-optimization -Wpointer-arith -Wredundant-decls >> -Wno-pointer-sign -w -g -fomit-frame-pointer -O -D_REENTRANT -DMMX >> -Di386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" >> -DLIBDIR=\"/usr/local/lib\" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE >> -DHAVE_XVMC -DHAVE_XVMC_VLD -DQT_THREAD_SUPPORT -DQT_SHARED >> -DQT_NO_DEBUG -I/usr/lib/qt-3.3/mkspecs/default -I. -I.. -I../.. >> -I../libavutil -I../libswscale -I/usr/lib/qt-3.3/include -o allcodecs.o >> allcodecs.c >> allcodecs.c: In function 'avcodec_register_all': >> allcodecs.c:103: error: 'ENABLE_MPEG_DVDV_DECODER' undeclared (first use >> in this function) >> > Scientific wild-ass guess: that should be ENABLE_MPEG_DVD_DECODER and > it's a typo? Isn't DVDV some Mac acceleration thing? (I think that's the technical term.) If so, and if the OP is using Mac OS X, mentioning so would have been useful. If so, and if the OP is not using Mac OS X, there may be the start of an explanation for the error. :) Mike _______________________________________________ mythtv-dev mailing list mythtv-dev [at] mythtv http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
|