projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
691c480
)
Remove superfluous ifeq.
author
Diego Biurrun
<diego@biurrun.de>
Tue, 12 Sep 2006 10:50:32 +0000
(10:50 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Tue, 12 Sep 2006 10:50:32 +0000
(10:50 +0000)
Originally committed as revision 6239 to svn://svn.ffmpeg.org/ffmpeg/trunk
libpostproc/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/libpostproc/Makefile
b/libpostproc/Makefile
index
8f5c921
..
292ca3d
100644
(file)
--- a/
libpostproc/Makefile
+++ b/
libpostproc/Makefile
@@
-22,8
+22,6
@@
include $(SRC_PATH)/common.mak
depend: postprocess.c
-ifeq ($(BUILD_SHARED),yes)
postprocess_pic.o: postprocess.c
$(CC) -c $(CFLAGS) -fomit-frame-pointer -fPIC -DPIC -o $@ $<
-endif