You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
fixing dependancies
removing stray tabs Originally committed as revision 8099 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
This commit is contained in:
@@ -38,7 +38,7 @@ distclean:
|
||||
dep: depend
|
||||
|
||||
depend:
|
||||
$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
|
||||
$(CC) -MM $(CFLAGS) $(SWSSRCS) postprocess.c 1>.depend
|
||||
|
||||
cs_test: $(CS_TEST_OBJS)
|
||||
$(CC) $(CS_TEST_OBJS) -o cs_test
|
||||
|
Reference in New Issue
Block a user