diff options
author | dscho <dscho> | 2005-09-27 15:07:08 +0000 |
---|---|---|
committer | dscho <dscho> | 2005-09-27 15:07:08 +0000 |
commit | 6bdd2e466a0e6be5245f3c042c2ff230e809fe78 (patch) | |
tree | f9ddc014ee63c93f74af9589905558275b9cc8eb /client_examples/Makefile.am | |
parent | da7b3e714f8f9b501cb13075f6433416410bd6aa (diff) | |
download | libvncserver-6bdd2e466a0e6be5245f3c042c2ff230e809fe78.zip libvncserver-6bdd2e466a0e6be5245f3c042c2ff230e809fe78.tar.gz |
support new ffmpeg version
Diffstat (limited to 'client_examples/Makefile.am')
-rw-r--r-- | client_examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |