~singpolyma/asterisk

d430c5df6eed281cbad8ff1ee8f63c546c6ea72b — Jonas Smedegaard 5 years ago d532622
Include subdirs (not main dir) for FFmpeg paths

Bug-Debian: http://bugs.debian.org/531728
Last-Update: 2016-03-21

Fix include FFmpeg headers from below /usr/include/ffmpeg/<libname>
(this change requires -I/usr/include/ffmpeg).

Gbp-Pq: Name ffmpeg-includes.patch
1 files changed, 2 insertions(+), 2 deletions(-)

M channels/console_video.h
M channels/console_video.h => channels/console_video.h +2 -2
@@ 28,9 28,9 @@
		"console {device}"
#else

#include <ffmpeg/avcodec.h>
#include <libavcodec/avcodec.h>
#ifndef OLD_FFMPEG
#include <ffmpeg/swscale.h>     /* requires a recent ffmpeg */
#include <libswscale/swscale.h>     /* requires a recent ffmpeg */
#endif

#define CONSOLE_VIDEO_CMDS			\