CFT: MythTV Fixes
Torfinn Ingolfsen
torfinn.ingolfsen at broadpark.no
Mon Nov 10 14:10:51 PST 2008
On Sun, 09 Nov 2008 12:52:53 +0100
Torfinn Ingolfsen <torfinn.ingolfsen at broadpark.no> wrote:
> tingo at kg-vm$ uname -a
> FreeBSD kg-vm.kg4.no 6.4-PRERELEASE FreeBSD 6.4-PRERELEASE #3: Sun
> Nov 2 10:44:32 CET 2008
> root at kg-vm.kg4.no:/usr/obj/usr/src/sys/SMP amd64
>
FWIW, I also tried to test this with a newer compiler, see below. Am I
doing it the right way?
root at kg-vm# CC=/usr/local/bin/gcc43 make
===> Building for mythtv-frontend-0.21
cd libs && gmake -f Makefile
gmake[1]: Entering directory `/usr/ports/multimedia/mythtv-frontend/work/mythtv-0.21/libs'
cd libavutil && gmake -f Makefile
gmake[2]: Entering directory `/usr/ports/multimedia/mythtv-frontend/work/mythtv-0.21/libs/libavutil'
gmake[2]: Nothing to be done for `first'.
gmake[2]: Leaving directory `/usr/ports/multimedia/mythtv-frontend/work/mythtv-0.21/libs/libavutil'
cd libavcodec && gmake -f Makefile
gmake[2]: Entering directory `/usr/ports/multimedia/mythtv-frontend/work/mythtv-0.21/libs/libavcodec'
/usr/local/bin/gcc43 -c -pipe -march=k8 -fomit-frame-pointer -O3 -I/usr/local/include -pthread -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -w -DPIC -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I. -I.. -I../.. -I../libavutil -I../libswscale -I../../../../../../../local/include -I/usr/local/include -o allcodecs.o allcodecs.c
allcodecs.c: In function 'avcodec_register_all':
allcodecs.c:119: error: 'ENABLE_MSZH_DECODER' undeclared (first use in this function)
allcodecs.c:119: error: (Each undeclared identifier is reported only once
allcodecs.c:119: error: for each function it appears in.)
allcodecs.c:133: error: 'ENABLE_RPZA_DECODER' undeclared (first use in this function)
allcodecs.c:171: error: 'ENABLE_ZLIB_ENCODER' undeclared (first use in this function)
allcodecs.c:171: error: 'ENABLE_ZLIB_DECODER' undeclared (first use in this function)
allcodecs.c:172: error: 'ENABLE_ZMBV_ENCODER' undeclared (first use in this function)
allcodecs.c:172: error: 'ENABLE_ZMBV_DECODER' undeclared (first use in this function)
allcodecs.c:228: error: 'ENABLE_PCM_ZORK_ENCODER' undeclared (first use in this function)
allcodecs.c:228: error: 'ENABLE_PCM_ZORK_DECODER' undeclared (first use in this function)
gmake[2]: *** [allcodecs.o] Error 1
gmake[2]: Leaving directory `/usr/ports/multimedia/mythtv-frontend/work/mythtv-0.21/libs/libavcodec'
gmake[1]: *** [sub-libavcodec] Error 2
gmake[1]: Leaving directory `/usr/ports/multimedia/mythtv-frontend/work/mythtv-0.21/libs'
gmake: *** [sub-libs] Error 2
*** Error code 2
Stop in /usr/ports/multimedia/mythtv-frontend.
*** Error code 1
Stop in /usr/ports/multimedia/mythtv-frontend.
HTH
--
Regards,
Torfinn Ingolfsen
More information about the freebsd-multimedia
mailing list