diff options
| author | Christian Gmeiner <christian.gmeiner@gmail.com> | 2010-06-30 14:19:48 +0200 |
|---|---|---|
| committer | Christian Gmeiner <christian.gmeiner@gmail.com> | 2010-06-30 14:19:48 +0200 |
| commit | 8a470b5328b2e9e4bbf33d4027bae4bfc5e85c90 (patch) | |
| tree | 621781d8fccdd4d90793e5fcd72cc718d5c80580 /Makefile | |
| parent | 3ae36c76928283a0ae21d8a78ab556a4d2daaf36 (diff) | |
| download | vdr-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
