Search found 3 matches

Go to advanced search

by Marco de Abreu
18 Apr 2017 20:26
Forum: Development around libVLC
Topic: Linking to correct libavcodec
Replies: 3
Views: 1601

Re: Linking to correct libavcodec

Just for the record: The issue was resolved by doing the following: 1. Uninstall dev-files using "apt-get remove libavcodec-dev" 2. Opted in FFmpeg in contribs/src/ffmpeg/rules.mak 3. Recompiled contribs using "make" 4. Recompiled ffmpeg using "make .ffmpeg" in the cont...
by Marco de Abreu
17 Apr 2017 14:25
Forum: Development around libVLC
Topic: Linking to correct libavcodec
Replies: 3
Views: 1601

Re: Linking to correct libavcodec

That command returned in fact the old version and I've resolved it as requested by removing libavcodec using the package manager. Unfortunately is pkg-config not able to link to the libavcodec-library, which is used by FFmpeg. Further executions of that command return, that the module is missing. I'...
by Marco de Abreu
16 Apr 2017 14:07
Forum: Development around libVLC
Topic: Linking to correct libavcodec
Replies: 3
Views: 1601

Linking to correct libavcodec

Hello together, I'm currently in the process to compile VLC native on Ubuntu 14.04. I've built third-party-libraries using the contrib-method and everything was built successfully. The execution of the configure-script without parameters fails unfortunately due to issues with the wrong libavcodec ve...

Go to advanced search