diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-03-14 08:44:16 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-03-14 08:44:16 +0000 |
commit | a7bed6cfc5d28269bd8716b6ca6353aa55d52c75 (patch) | |
tree | 6613167d4176c122c77f519cad2b367c85061b42 | |
parent | e2cf8c947771c25a56ef91c2262bb2d479c12e42 (diff) |
consistency cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22564 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | vidix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vidix/Makefile b/vidix/Makefile index f850a61cf9..75e83968d4 100644 --- a/vidix/Makefile +++ b/vidix/Makefile @@ -1,7 +1,7 @@ -LIBNAME = libvidix.a - include ../config.mak +LIBNAME = libvidix.a + SRCS = vidixlib.c OBJS = $(SRCS:.c=.o) |