Commit 0d3b958b authored by dscho's avatar dscho

my ffmpeg was compiled with mp3lame...

parent 52ba8bfb
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment