diff options
author | dscho <dscho> | 2004-08-30 15:33:14 +0000 |
---|---|---|
committer | dscho <dscho> | 2004-08-30 15:33:14 +0000 |
commit | 0d3b958b479e598b081b9848c34bb74aca9ee7fa (patch) | |
tree | c020b3e7380e3f2de8367a4c0b09ea382cbc0873 /client_examples | |
parent | 52ba8bfb2d401c5e0670715d74d19d3be9c0db53 (diff) | |
download | libtdevnc-0d3b958b479e598b081b9848c34bb74aca9ee7fa.tar.gz libtdevnc-0d3b958b479e598b081b9848c34bb74aca9ee7fa.zip |
my ffmpeg was compiled with mp3lame...
Diffstat (limited to 'client_examples')
-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 0e814af..12ec911 100644 --- a/client_examples/Makefile.am +++ b/client_examples/Makefile.am @@ -5,7 +5,7 @@ if WITH_FFMPEG FFMPEG_HOME=@with_ffmpeg@ vnc2mpg_CFLAGS=-I$(FFMPEG_HOME)/libavformat -I$(FFMPEG_HOME)/libavcodec -vnc2mpg_LDADD=$(LDADD) $(FFMPEG_HOME)/libavformat/libavformat.a $(FFMPEG_HOME)/libavcodec/libavcodec.a -lm +vnc2mpg_LDADD=$(LDADD) $(FFMPEG_HOME)/libavformat/libavformat.a $(FFMPEG_HOME)/libavcodec/libavcodec.a -lmp3lame -lm FFMPEG_CLIENT=vnc2mpg endif |