From 8a470b5328b2e9e4bbf33d4027bae4bfc5e85c90 Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Wed, 30 Jun 2010 14:19:48 +0200 Subject: extend decoder to decode mpeg2 frames Warning: Only compile tested --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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) -- cgit v1.2.3