• Max Kellermann's avatar
    ffmpeg: detect which ffmpeg headers should be included · def97411
    Max Kellermann authored
    Since ffmpeg svn r12865, you have to include libavcodec/avcodec.h
    instead of avcodec.h.  This cannot be checked at compile time, instead
    we have to add a check to configure.ac.  Viliam's original ffmpeg
    plugin was based on the newer ffmpeg library, while my Debian
    installation had the older version.  My attempt to correct his include
    statements wasn't correct after all.
    def97411
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
ChangeLog Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
README Loading commit data...
TODO Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...