More fixes to compile and build on more platforms.

Originally committed as revision 1280 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Philip Gladstone
2002-11-26 05:01:36 +00:00
parent 35fedfc349
commit 9c938e77e8
3 changed files with 18 additions and 6 deletions

View File

@@ -69,7 +69,7 @@ ffmpeg$(EXE): ffmpeg_g$(EXE)
ffserver$(EXE): ffserver.o $(DEP_LIBS)
$(CC) $(LDFLAGS) $(FFSLDFLAGS) \
-o $@ ffserver.o -L./libavcodec -L./libavformat \
-lavformat -lavcodec -ldl $(EXTRALIBS)
-lavformat -lavcodec $(EXTRALIBS)
ffplay: ffmpeg$(EXE)
ln -sf $< $@
@@ -120,7 +120,7 @@ TAGS:
# regression tests
libavtest test mpeg4 mpeg: ffmpeg$(EXE)
make -C tests $@
$(MAKE) -C tests $@
ifneq ($(wildcard .depend),)
include .depend