diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-08-07 08:57:43 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-08-07 08:57:43 +0000 |
commit | 4d82067c91a1f5e69ce2ff97cafe0148f6c108d9 (patch) | |
tree | d6907f0f226475578e88728258e5ba5743633edf /Makefile | |
parent | d02f4499312609ae4d8e0941db10fe4243762ad7 (diff) | |
download | mpv-4d82067c91a1f5e69ce2ff97cafe0148f6c108d9.tar.bz2 mpv-4d82067c91a1f5e69ce2ff97cafe0148f6c108d9.tar.xz |
cosmetics: Rename some variables for consistency.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19354 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -162,7 +162,7 @@ endif ifeq ($(LIBMPEG2),yes) PARTS += libmpeg2 endif -ifeq ($(INTERNAL_FAAD),yes) +ifeq ($(FAAD_INTERNAL),yes) COMMON_LIBS += libfaad2/libfaad2.a PARTS += libfaad2 endif @@ -218,7 +218,7 @@ ifeq ($(LIBMPEG2),yes) COMMON_DEPS += libmpeg2/libmpeg2.a COMMON_LIBS += libmpeg2/libmpeg2.a endif -ifeq ($(INTERNAL_FAAD),yes) +ifeq ($(FAAD_INTERNAL),yes) COMMON_DEPS += libfaad2/libfaad2.a endif ifeq ($(TREMOR),yes) |