diff options
author | Måns Rullgård <mans@mansr.com> | 2009-07-28 08:58:48 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2009-07-28 08:58:48 +0000 |
commit | bea81a52c9fd946ecf37a5d982d94be01d7b12e3 (patch) | |
tree | 8b007afaf946bf49e24677cc163eddd5b08a474a /Makefile | |
parent | cd78208bd6699293b26f3a657b9148a26bab1237 (diff) | |
download | ffmpeg-bea81a52c9fd946ecf37a5d982d94be01d7b12e3.tar.gz |
Replace BUILD_{SHARED,STATIC} with CONFIG_ counterparts
Originally committed as revision 19527 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ ifneq ($(PROGS),) INSTALL_TARGETS-yes += install-progs install-data INSTALL_TARGETS-$(BUILD_DOC) += install-man endif -INSTALL_PROGS_TARGETS-$(BUILD_SHARED) = install-libs +INSTALL_PROGS_TARGETS-$(CONFIG_SHARED) = install-libs all: $(FF_DEP_LIBS) $(PROGS) $(ALL_TARGETS-yes) |