summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Gmeiner <christian.gmeiner@gmail.com>2010-06-30 14:19:48 +0200
committerChristian Gmeiner <christian.gmeiner@gmail.com>2010-06-30 14:19:48 +0200
commit8a470b5328b2e9e4bbf33d4027bae4bfc5e85c90 (patch)
tree621781d8fccdd4d90793e5fcd72cc718d5c80580 /Makefile
parent3ae36c76928283a0ae21d8a78ab556a4d2daaf36 (diff)
downloadvdr-plugin-dxr3-8a470b5328b2e9e4bbf33d4027bae4bfc5e85c90.tar.gz
vdr-plugin-dxr3-8a470b5328b2e9e4bbf33d4027bae4bfc5e85c90.tar.bz2
extend decoder to decode mpeg2 frames
Warning: Only compile tested
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c6adde0..1500077 100644
--- a/Makefile
+++ b/Makefile
@@ -34,6 +34,7 @@ FFMPEG_INC = $(shell pkg-config --cflags-only-I libavcodec)
# Usually something like -L/path/to/ffmpeg/libavcodec -lavcodec, should work
# as is if FFmpeg was installed properly and pkg-config is available.
FFMPEG_LIBS = $(shell pkg-config --libs libavcodec)
+FFMPEG_LIBS += $(shell pkg-config --libs libswscale)
ALSA_INC = $(shell pkg-config --cflags-only-I alsa)
ALSA_LIBS = $(shell pkg-config --libs alsa)