Search found 22 matches
- Wed Apr 01, 2015 6:26 am
- Forum: Compiling Audacity
- Topic: soxr missing from lib-src
- Replies: 1
- Views: 1486
soxr missing from lib-src
Any reason why soxr was removed from lib-src in 2.1.0? FreeBSD doesn't have soxr in ports so now soxr support is broken.
- Fri Mar 01, 2013 8:08 pm
- Forum: GNU/Linux
- Topic: FFmpeg library error
- Replies: 13
- Views: 21588
Re: FFmpeg library error
I tried with --enable-dynamic-loading=no and only enabling ffmpeg and got this compile error. audacity.txt config.log ffmpeg --version ffmpeg version 0.7.15, Copyright (c) 2000-2013 the FFmpeg developers built on Feb 28 2013 18:48:28 with gcc 4.2.1 20070831 patched [FreeBSD] configuration: --enable-...
- Fri Feb 22, 2013 3:13 am
- Forum: GNU/Linux
- Topic: FFmpeg library error
- Replies: 13
- Views: 21588
Re: FFmpeg library error
[email protected]:/usr/ports # pkg-config --libs libavcodec
-L/usr/local/lib -lavcodec
[email protected]:/usr/local/bin # ldd audacity | grep av
[email protected]:/usr/local/bin #
This is the first time trying to get ffmpeg to work in audacity
-L/usr/local/lib -lavcodec
[email protected]:/usr/local/bin # ldd audacity | grep av
[email protected]:/usr/local/bin #
This is the first time trying to get ffmpeg to work in audacity
- Fri Feb 22, 2013 12:49 am
- Forum: GNU/Linux
- Topic: FFmpeg library error
- Replies: 13
- Views: 21588
Re: FFmpeg library error
I maintain the port for audacity on FreeBSD. I grabbed the source from http://audacity.googlecode.com/files/audacity-minsrc-2.0.3.tar.xz I'm configuring with ./configure --with-lib-preference=local system --with-portaudio --enable-unicode --with-ffmpeg --with-libflac --with-libid3tag --with-jack --e...
- Thu Feb 21, 2013 1:22 pm
- Forum: GNU/Linux
- Topic: FFmpeg library error
- Replies: 13
- Views: 21588
Re: FFmpeg library error
I port audacity on FreeBSD. I compiled ffmpeg from ports and then tried to load the libs and got that error. Is there a way to build ffmpeg statically? It sounds like maybe the ffmpeg port in FreeBSD might not be compatible? What causes the "av_init_packet" or how was it fixed? Maybe it just needs a...
- Mon Feb 18, 2013 4:18 pm
- Forum: GNU/Linux
- Topic: FFmpeg library error
- Replies: 13
- Views: 21588
Re: FFmpeg library error
I maintain the port on FreeBSD. I compiled ffmpeg from the port and it gives that error. It finds the libraries but can't load them because of
Error: Failed to load symbol av_init_packet
Error: Failed to load symbol av_init_packet
- Mon Feb 18, 2013 12:34 am
- Forum: GNU/Linux
- Topic: FFmpeg library error
- Replies: 13
- Views: 21588
FFmpeg library error
I am using [email protected]:/home/jack # uname -a FreeBSD upstairs.jack.com 9.1-STABLE FreeBSD 9.1-STABLE #0 r246217: Fri Feb 1 12:20:42 PST 2013 [email protected].jack.com:/usr/obj/usr/src/sys/UPSTAIRS amd64 and audacity will not load the ffmpeg libraries. When it tries to load, it gives me this error in ...
- Tue May 03, 2011 6:18 am
- Forum: GNU/Linux and Unix-like
- Topic: Audacity on BSD or OpenSolaris?
- Replies: 11
- Views: 3606
Re: Audacity on BSD or OpenSolaris?
It was actually missing an include for stdio.h in Stk.h. I added it and it compiled fine.
- Wed Apr 20, 2011 7:02 am
- Forum: GNU/Linux and Unix-like
- Topic: Audacity on BSD or OpenSolaris?
- Replies: 11
- Views: 3606
Re: Audacity on BSD or OpenSolaris?
audacity-minsrc-1.3.13-beta.tar.bz2 from the google mirror.
- Tue Apr 19, 2011 11:23 am
- Forum: GNU/Linux and Unix-like
- Topic: Audacity on BSD or OpenSolaris?
- Replies: 11
- Views: 3606
Errors compiling 1.3.13 on FreeBSD amd64 8.2
I keep running into this compilation error, can someone point me in some direction about how to go about fixing it? g++46 -DPACKAGE_NAME="libnyquist" -DPACKAGE_TARNAME="libnyquist" -DPACKAGE_VERSION="0.1" -DPACKAGE_STRING="libnyquist 0.1" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DPACKAGE="libnyquist...