[mythtvnz] DVB-T Audio in MythTV

Jonathan Hoskin jonathan.hoskin at gmail.com
Sat Jun 21 04:43:42 BST 2008


Hi Steve,

libfaad2-dev seems to have been renamed to libfaad-dev in Ubuntu 8.04.
However, this was already installed, as was libmp4v2-dev. More info:

$ sudo apt-get install libfaad2-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libfaad2-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  libfaad-dev
E: Package libfaad2-dev has no installation candidate

Also:
$ sudo aptitude show libfaad-dev
Package: libfaad-dev
State: installed
Automatically installed: yes
Version: 2.6.1-2
Priority: optional
Section: universe/libdevel
Maintainer: Ubuntu MOTU Developers <ubuntu-motu at lists.ubuntu.com>
Uncompressed Size: 455k
Depends: libc6-dev | libc-dev, libfaad0 (= 2.6.1-2)
Conflicts: libfaad2-dev
Replaces: libfaad2-dev
Description: freeware Advanced Audio Decoder - development files
 FAAD2 is the fastest ISO AAC audio decoder available. FAAD2 correctly
decodes all MPEG-4 and MPEG-2 MAIN, LOW, LTP, LD and ER object type
AAC files.

Running another make clean && make - again, just for giggles. Any
other suggestions?

Jonathan

On Sat, Jun 21, 2008 at 3:20 PM, Steve Holdoway <steve at greengecko.co.nz> wrote:
> Looks like faad2 support should be in the avcodec library, but it can't find it???
>
> try
>
> (sudo) apt-get install libfaad2-dev libmp4v2-dev
>
> and try again. you may have to make clean first ):
>
> Steve
>
>
> On Sat, 21 Jun 2008 13:44:17 +1200
> "Jonathan Hoskin" <jonathan.hoskin at gmail.com> wrote:
>
>> OK I've spent a good four hours satisfying the building dependencies
>> under Ubuntu 8.04 and compiling the source from
>> http://pkendall.homeip.net/mythtv-0.21.0+fixes17442+ffmpeg13808+latm.tar.bz2
>>
>> I'm pretty sure the error I'm getting now isn't dependency related:
>> As below, "libmythavcodec-0.21.so: undefined reference to `NeAACDec*"
>>
>> Anyone help?
>>
>> cd programs && make -f Makefile
>> make[1]: Entering directory
>> `/home/jonathan.hoskin/mythtv-nz/mythtv-0.21.0+fixes17442+ffmpeg13808+latm/programs'
>> cd mythtv && make -f Makefile
>> make[2]: Entering directory
>> `/home/jonathan.hoskin/mythtv-nz/mythtv-0.21.0+fixes17442+ffmpeg13808+latm/programs/mythtv'
>> g++ -c -pipe -march=pentiumpro -fomit-frame-pointer -O3 -Wall
>> -Wno-switch -Wpointer-arith -Wredundant-decls -Wno-non-virtual-dtor
>> -D__STDC_CONSTANT_MACROS -D_REENTRANT  -DMMX -Di386 -D_GNU_SOURCE
>> -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\"
>> -DLIBDIR=\"/usr/local/lib\" -DUSING_X11 -DQT_NO_DEBUG
>> -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT
>> -I/usr/share/qt3/mkspecs/default -I. -I/usr/local/include
>> -I/usr/include -I../.. -I../../libs -I../../libs/libmyth
>> -I../../libs/libmythtv -I../../libs/libavutil -I../../libs/libavformat
>> -I../../libs/libavcodec -I../../libs/libmythupnp
>> -I../../libs/libmythui -I../../libs/libmythlivemedia
>> -I/usr/include/qt3 -I/usr/X11R6/include -I/usr/X11R6/include -o main.o
>> main.cpp
>> g++  -o mythtv main.o    -L/usr/share/qt3/lib -L../../libs/libmyth
>> -L../../libs/libmythtv -L../../libs/libavutil -L../../libs/libavcodec
>> -L../../libs/libavformat -L../../libs/libmythfreemheg
>> -L../../libs/libmythui -L../../libs/libmythupnp
>> -L../../libs/libmythlivemedia -lmythtv-0.21 -lmythavformat-0.21
>> -lmythavutil-0.21 -lmythavcodec-0.21 -lmythfreemheg-0.21
>> -lmythupnp-0.21 -lmythlivemedia-0.21 -lmyth-0.21 -lmythui-0.21
>> -lfreetype -lz -lmp3lame -lasound -L/usr/X11R6/lib -lXinerama -lXv
>> -lXxf86vm -lXrandr -lqt-mt -lGLU -lGL -lXmu -lXext -lX11 -lm -lpthread
>> ../../libs/libavcodec/libmythavcodec-0.21.so: undefined reference to
>> `NeAACDecOpen'
>> ../../libs/libavcodec/libmythavcodec-0.21.so: undefined reference to
>> `NeAACDecClose'
>> ../../libs/libavcodec/libmythavcodec-0.21.so: undefined reference to
>> `NeAACDecDecode'
>> ../../libs/libavcodec/libmythavcodec-0.21.so: undefined reference to
>> `NeAACDecInit2'
>> collect2: ld returned 1 exit status
>> make[2]: *** [mythtv] Error 1
>> make[2]: Leaving directory
>> `/home/jonathan.hoskin/mythtv-nz/mythtv-0.21.0+fixes17442+ffmpeg13808+latm/programs/mythtv'
>> make[1]: *** [sub-mythtv] Error 2
>> make[1]: Leaving directory
>> `/home/jonathan.hoskin/mythtv-nz/mythtv-0.21.0+fixes17442+ffmpeg13808+latm/programs'
>> make: *** [sub-programs] Error 2
>>
>> Thanks,
>> Jonathan
>>
>> On Fri, Jun 20, 2008 at 12:47 PM, Paul Kendall <paul at kcbbs.gen.nz> wrote:
>> > On Friday 20 June 2008 12:11:24 Craig Whitmore wrote:
>> >> On Fri, 2008-06-20 at 11:45 +1200, Steven Ellis wrote:
>> >>
>> >> I still cannot get to the website :-(
>> >> what ip address should it be on
>> >> I can see pkendall.homeip.net = 125.238.109.1
>> >>
>> > My firewall had my web server rule removed! Doh, should be good to go now.
>> >
>> > Sorry 'bout that.
>> >
>> > Paul
>> >
>> > _______________________________________________
>> > mythtvnz mailing list
>> > mythtvnz at lists.linuxnut.co.nz
>> > http://lists.ourshack.com/mailman/listinfo/mythtvnz
>> > Archives http://www.gossamer-threads.com/lists/mythtv/mythtvnz/
>> >
>>
>> _______________________________________________
>> mythtvnz mailing list
>> mythtvnz at lists.linuxnut.co.nz
>> http://lists.ourshack.com/mailman/listinfo/mythtvnz
>> Archives http://www.gossamer-threads.com/lists/mythtv/mythtvnz/
>
>
> --
> Steve Holdoway <steve at greengecko.co.nz>
>
> _______________________________________________
> mythtvnz mailing list
> mythtvnz at lists.linuxnut.co.nz
> http://lists.ourshack.com/mailman/listinfo/mythtvnz
> Archives http://www.gossamer-threads.com/lists/mythtv/mythtvnz/
>



More information about the mythtvnz mailing list