Search found 5887 matches: FFMPEG

Searched query: FFMPEG

by DrGlitch
Sun Dec 21, 2008 12:34 am
Forum: Mac OS X
Topic: Building with FFMPEG - LIBSNDFILE not available
Replies: 20
Views: 7443

Re: Building with FFMPEG - LIBSNDFILE not available

Figured I'd download the latest version of audacity from CVS and try that. After doing so, and fixing the broken libsamplerate included in lib-src (replaced it with download from http://www.mega-nerd.com/SRC/libsamplerate-0.1.4.tar.gz). I then ran into a problem building sbms: make[2]: Entering dire...
by DrGlitch
Thu Dec 18, 2008 10:10 am
Forum: Mac OS X
Topic: Building with FFMPEG - LIBSNDFILE not available
Replies: 20
Views: 7443

Re: Building with FFMPEG - LIBSNDFILE not available

Did a little more digging. I found the C99/C++ comment with the following defines in ffmpeg.h (line 32): #if defined(USE_FFMPEG) extern "C" { #ifdef _STDINT_H /* stdint.h has already been included. That's likely to break ffmpeg headers * as described above so we issue ...
by DrGlitch
Thu Dec 18, 2008 3:37 am
Forum: Mac OS X
Topic: Building with FFMPEG - LIBSNDFILE not available
Replies: 20
Views: 7443

Re: Building with FFMPEG - LIBSNDFILE not available

Actually I didn't use the latest CVS source. I just downloaded the "Recommended download" version 1.3.6 tarball from http://audacityteam.org/download/beta_source Running 'make dep' and then make after configuring with the CXXFLAGS options made no difference. I still get the INT64_C error compiling I...
by Josh24
Thu Dec 18, 2008 2:02 am
Forum: Mac OS X
Topic: Building with FFMPEG - LIBSNDFILE not available
Replies: 20
Views: 7443

Re: Building with FFMPEG - LIBSNDFILE not available

... very exciting, I know that error more than I care to remember. Read the thread in Aud-dev on Nabble that I had with Richard. http://n2.nabble.com/FFMpeg-in-1.3.6-Mac-build-tp1479195p1519110.html BTW, you were right about libsndfile, I had forgotten that I ended up doing that too, just like it ...
by DrGlitch
Tue Dec 16, 2008 10:40 pm
Forum: Mac OS X
Topic: Building with FFMPEG - LIBSNDFILE not available
Replies: 20
Views: 7443

Re: Building with FFMPEG - LIBSNDFILE not available

Thanks for the mad.pc tip Josh. That worked. I did install pkg-config before everything else and I do have /usr/local/bin in my $PATH before any other system directories, but without the PKG_CONFIG_PATH environment var, configure doesn't see LIBSNDFILE. Not sure why. I did check the config.log. That...
by Josh24
Sun Dec 14, 2008 8:53 pm
Forum: Mac OS X
Topic: Building with FFMPEG - LIBSNDFILE not available
Replies: 20
Views: 7443

Re: Building with FFMPEG - LIBSNDFILE not available

... ended up with a 10.6 MB Audacity app after building all the optional libs in system, the cool thing is now, for instance, I went back and rebuilt ffmpeg and enabled faad,c, and amr , and didn't have to recompile Audacity to use the new functionality. That was my whole point in building this way, ...
by steve
Sat Dec 13, 2008 4:49 am
Forum: Mac OS X
Topic: Building with FFMPEG - LIBSNDFILE not available
Replies: 20
Views: 7443

Re: Building with FFMPEG - LIBSNDFILE not available

you should probably post on one of our Linux forums. They will be far better to answer questions about cfg-path-lib-pkg files and compiling techniques. Unfortunately the Linux forums are generally a bit quiet - we could do with a Linux guru as a regular forum contributor, but we don't seem to have ...
by kozikowski
Sat Dec 13, 2008 1:35 am
Forum: Mac OS X
Topic: Building with FFMPEG - LIBSNDFILE not available
Replies: 20
Views: 7443

Re: Building with FFMPEG - LIBSNDFILE not available

Even though you're doing all this in Mac-land and thus posting in the right place, you're so far above the abilities of the helpers and everybody else that you should probably post on one of our Linux forums. They will be far better to answer questions about cfg-path-lib-pkg files and compiling tech...
by DrGlitch
Sat Dec 13, 2008 12:54 am
Forum: Mac OS X
Topic: Building with FFMPEG - LIBSNDFILE not available
Replies: 20
Views: 7443

Re: Building with FFMPEG - LIBSNDFILE not available

I finally figured out what I needed to do to fix this. I created a PKG_CONFIG_PATH environment variable and set it to /usr/local/lib/pkgconfig The configure got further, but then indicated that expat was required. I installed expat-2.0.1 along with libmad-0.15.1b and libid3tag-0.15.1b and it finally...
by DrGlitch
Fri Dec 12, 2008 8:06 pm
Forum: Mac OS X
Topic: Building with FFMPEG - LIBSNDFILE not available
Replies: 20
Views: 7443

Building with FFMPEG - LIBSNDFILE not available

I'm trying to build audacity-src-1.3.6 on a PowerMac G4 OS X 10.4.11 with FFMPEG, following the instructions from Josh24 in the thread http://forum.audacityteam.org/viewtopic.php?f=17&t=7245&p=29157#p29157 I first downloaded and built: pkg-config-0.23 wxMac-2.8.9 ...