Revision 2cd39dbf
ID | 2cd39dbf16579e6381dcb3ac962523727fe5cf4a |
Parent | e3cc7d6f |
Child | d9fe7eb3 |
Include headers for optional libraries only when enabled.
Include the headers for libavfilter, libswscale and libpostproc when
they are enabled (and thus linked in).
Without this change, Sun Studio will fail to link FFmpeg since two
inline functions defined in avfilter.h will have undefined references
to non-inline libavfilter functions.
Originally committed as revision 15665 to svn://svn.ffmpeg.org/ffmpeg/trunk
Files
- added
- modified
- copied
- renamed
- deleted