diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-04-03 16:57:01 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-04-03 16:57:01 +0000 |
commit | 60080b0805b5eba528ee443b3808af91b8605a66 (patch) | |
tree | cf293d7793bc3de0d350aa2ab67dee9d049d8095 | |
parent | a27c8d5fa9839edbae0a73e48809ce88f138b073 (diff) | |
download | ffmpeg-60080b0805b5eba528ee443b3808af91b8605a66.tar.gz |
10l typo, restore forgotten $.
Originally committed as revision 12673 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ ALLMANPAGES = $(addsuffix .1, $(BASENAMES)) ifeq ($(BUILD_SHARED),yes) DEP_LIBS = libavdevice/$(SLIBPREF)avdevice$(SLIBSUF) libavformat/$(SLIBPREF)avformat$(SLIBSUF) libavcodec/$(SLIBPREF)avcodec$(SLIBSUF) libavutil/$(SLIBPREF)avutil$(SLIBSUF) else -DEP_LIBS = libavdevice/$(LIBPREF)avdevice$(LIBSUF) libavformat/$(LIBPREF)avformat$(LIBSUF) libavcodec/$(LIBPREF)avcodec$(LIBSUF) libavutil/$(LIBPREF)avutil(LIBSUF) +DEP_LIBS = libavdevice/$(LIBPREF)avdevice$(LIBSUF) libavformat/$(LIBPREF)avformat$(LIBSUF) libavcodec/$(LIBPREF)avcodec$(LIBSUF) libavutil/$(LIBPREF)avutil$(LIBSUF) endif ALL_TARGETS-$(CONFIG_VHOOK) += videohook |