projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove superfluous ifeq.
[libav.git]
/
libpostproc
/
Makefile
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