[FFmpeg-cvslog] r20410 - trunk/subdir.mak
mru
subversion
Wed Oct 28 21:46:21 CET 2009
Author: mru
Date: Wed Oct 28 21:46:21 2009
New Revision: 20410
Log:
Makefile cosmetics
Modified:
trunk/subdir.mak
Modified: trunk/subdir.mak
==============================================================================
--- trunk/subdir.mak Wed Oct 28 21:44:21 2009 (r20409)
+++ trunk/subdir.mak Wed Oct 28 21:46:21 2009 (r20410)
@@ -5,7 +5,7 @@ include $(SUBDIR)../common.mak
LIBVERSION := $(lib$(NAME)_VERSION)
LIBMAJOR := $(lib$(NAME)_VERSION_MAJOR)
-ifeq ($(CONFIG_STATIC),yes)
+ifdef CONFIG_STATIC
all: $(SUBDIR)$(LIBNAME)
install-libs: install-lib$(NAME)-static
More information about the ffmpeg-cvslog
mailing list