c++ - What version of ffmpeg does libvlc use? -


i writing application on linux (debian) uses both libvlc , ffmpeg. both run fine separately, moment try compile both functionalities app, libvlc stops working (complains not finding codecs).

i have been able isolate problem, libvlc runs fine until compile first line of ffmpeg code (av_register_all), @ point linker brings in own ffmpeg compiled lib, , moment that, stops playing file. have 2 conflicting ffmpeg libs on system, 1 libvlc using, , newer 1 built myself write ffmpeg code.

my question is, how make libvlc work newer library? considering there functions deprecated in newer ffmpeg code, involve recompiling libvlc? libvlc code date newest ffmpeg library(new function signatures)?

any appreciated!


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -