Otherwise builds without explicit target result in silent no-ops.
---
Next round of $cold_beverage at FOSDEM is on me I guess ..
Makefile | 3 +++
common.mak | 3 ---
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
index b090007..ec04d19 100644
--- a/Makefile
+++ b/Makefile
@@ -106,6 +106,9 @@ DATA_FILES := $(wildcard $(SRC_PATH)/presets/*.avpreset)
SKIPHEADERS = cmdutils_common_opts.h \
compat/w32pthreads.h
+# first so "all" becomes default target
+all: all-yes
+
include $(SRC_PATH)/tools/Makefile
include $(SRC_PATH)/common.mak
diff --git a/common.mak b/common.mak
index 7773693..d73adde 100644
--- a/common.mak
+++ b/common.mak
@@ -2,9 +2,6 @@
# common bits used by all libraries
#
-# first so "all" becomes default target
-all: all-yes
-
include $(SRC_PATH)/arch.mak
OBJS += $(OBJS-yes)
--
2.1.4
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel