Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common.mak2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.mak b/common.mak
index 93caa00f4d..58ff839bdc 100644
--- a/common.mak
+++ b/common.mak
@@ -33,6 +33,8 @@ CFLAGS = -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE \
%.d: %.cpp
$(DEPEND_CMD) > $@
+%$(EXESUF): %.c
+
install: install-libs install-headers
uninstall: uninstall-libs uninstall-headers