mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-01 18:21:04 +00:00
fixing dependancies
removing stray tabs Originally committed as revision 8099 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
This commit is contained in:
parent
b01be12120
commit
8cb097d4a6
@ -38,7 +38,7 @@ distclean:
|
|||||||
dep: depend
|
dep: depend
|
||||||
|
|
||||||
depend:
|
depend:
|
||||||
$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
|
$(CC) -MM $(CFLAGS) $(SWSSRCS) postprocess.c 1>.depend
|
||||||
|
|
||||||
cs_test: $(CS_TEST_OBJS)
|
cs_test: $(CS_TEST_OBJS)
|
||||||
$(CC) $(CS_TEST_OBJS) -o cs_test
|
$(CC) $(CS_TEST_OBJS) -o cs_test
|
||||||
@ -51,7 +51,7 @@ $(SPPLIB): $(SPPOBJS)
|
|||||||
$(CC) -shared -Wl,-soname,$(SPPLIB).0 \
|
$(CC) -shared -Wl,-soname,$(SPPLIB).0 \
|
||||||
-o $(SPPLIB) $(SPPOBJS)
|
-o $(SPPLIB) $(SPPOBJS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(PPLIB): $(PPOBJS)
|
$(PPLIB): $(PPOBJS)
|
||||||
$(AR) r $(PPLIB) $(PPOBJS)
|
$(AR) r $(PPLIB) $(PPOBJS)
|
||||||
|
|
||||||
@ -65,7 +65,7 @@ ifeq ($(SHARED_PP),yes)
|
|||||||
install -m 644 postprocess.h $(prefix)/include/postproc/postprocess.h
|
install -m 644 postprocess.h $(prefix)/include/postproc/postprocess.h
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# include dependency files if they exist
|
# include dependency files if they exist
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user