From 6bdd2e466a0e6be5245f3c042c2ff230e809fe78 Mon Sep 17 00:00:00 2001 From: dscho Date: Tue, 27 Sep 2005 15:07:08 +0000 Subject: support new ffmpeg version --- client_examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client_examples/Makefile.am') diff --git a/client_examples/Makefile.am b/client_examples/Makefile.am index 7951d0e..157f561 100644 --- a/client_examples/Makefile.am +++ b/client_examples/Makefile.am @@ -8,7 +8,7 @@ if HAVE_MP3LAME MP3LAME_LIB=-lmp3lame endif -vnc2mpg_CFLAGS=-I$(FFMPEG_HOME)/libavformat -I$(FFMPEG_HOME)/libavcodec +vnc2mpg_CFLAGS=-I$(FFMPEG_HOME)/libavformat -I$(FFMPEG_HOME)/libavcodec -I$(FFMPEG_HOME)/libavutil vnc2mpg_LDADD=$(LDADD) $(FFMPEG_HOME)/libavformat/libavformat.a $(FFMPEG_HOME)/libavcodec/libavcodec.a $(MP3LAME_LIB) -lm FFMPEG_CLIENT=vnc2mpg -- cgit v1.2.3