diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-04-13 19:14:34 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-04-13 19:14:34 +0000 |
commit | 2bea9b36a7e060e3ddcabdd6a2ad51cee54596e2 (patch) | |
tree | fb442edd606f7bff296d11f7b24c73bb68bfea92 /vidix/drivers/Makefile | |
parent | 838aeb89fbcc0cf4c19703ce18554abcb31ae09d (diff) |
mp_image.h and img_format.h moved to libmpcodecs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5608 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'vidix/drivers/Makefile')
-rw-r--r-- | vidix/drivers/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vidix/drivers/Makefile b/vidix/drivers/Makefile index 0af819878f..ac6ceaef5b 100644 --- a/vidix/drivers/Makefile +++ b/vidix/drivers/Makefile @@ -105,7 +105,7 @@ distclean: dep: depend depend: - $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend + echo "depend not supported" install: mkdir -p $(BINDIR) |