Search found 3 matches
- Tue Dec 01, 2015 7:55 am
- Forum: GNU/Linux
- Topic: FFMPEG installed, Audacity cannot import m4a [SOLVED]
- Replies: 4
- Views: 1079
Re: FFMPEG installed, Audacity cannot import m4a [SOLVED]
I'm sorry yesterday i thought i had answered.. Now It Works! Many many many thanks! I configured audacity with --disable-dynamic-loading and then it worked.. (I had to create symbolic link for library because they were in /usr/local/... instead of /usr/lib and audacity could not find them but it's n...
- Mon Nov 30, 2015 1:18 pm
- Forum: GNU/Linux
- Topic: FFMPEG installed, Audacity cannot import m4a [SOLVED]
- Replies: 4
- Views: 1079
Re: FFMPEG library installed but Audacity cannot import m4a
PC files concern pkg-config. I prefer to leave default setting when config make ecc and so pkg-config often does not find installed libraries because it look for them in /usr/share/pkgconfig instead of /usr/local/lib/pkgconfig where often are installed. Making a symbolic link it works. I cannot see ...
- Mon Nov 30, 2015 11:41 am
- Forum: GNU/Linux
- Topic: FFMPEG installed, Audacity cannot import m4a [SOLVED]
- Replies: 4
- Views: 1079
FFMPEG installed, Audacity cannot import m4a [SOLVED]
Hi everybody, I know this is a FAQ but I have got some problems because it should work. I'm using CentOS 7 and I compiled from source code audacity-minsrc-2.1.1 after compiled the ffmpeg library version 2.3.6 (it should be a compatible version) using --enable-shared so i have the libavformat.so file...