mirror of
https://github.com/mpv-player/mpv
synced 2025-01-02 04:42:10 +00:00
cosmetics: Rename TREMOR variable to TREMOR_INTERNAL for consistency.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19357 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1e356eac98
commit
fafb459b35
4
Makefile
4
Makefile
@ -185,7 +185,7 @@ endif
|
|||||||
ifeq ($(LIBMENU),yes)
|
ifeq ($(LIBMENU),yes)
|
||||||
PARTS += libmenu
|
PARTS += libmenu
|
||||||
endif
|
endif
|
||||||
ifeq ($(TREMOR),yes)
|
ifeq ($(TREMOR_INTERNAL),yes)
|
||||||
PARTS += tremor
|
PARTS += tremor
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@ -221,7 +221,7 @@ endif
|
|||||||
ifeq ($(FAAD_INTERNAL),yes)
|
ifeq ($(FAAD_INTERNAL),yes)
|
||||||
COMMON_DEPS += libfaad2/libfaad2.a
|
COMMON_DEPS += libfaad2/libfaad2.a
|
||||||
endif
|
endif
|
||||||
ifeq ($(TREMOR),yes)
|
ifeq ($(TREMOR_INTERNAL),yes)
|
||||||
COMMON_DEPS += tremor/libvorbisidec.a
|
COMMON_DEPS += tremor/libvorbisidec.a
|
||||||
COMMON_LIBS += tremor/libvorbisidec.a
|
COMMON_LIBS += tremor/libvorbisidec.a
|
||||||
endif
|
endif
|
||||||
|
2
configure
vendored
2
configure
vendored
@ -7272,7 +7272,7 @@ LIBMENU = $_menu
|
|||||||
MP3LIB = $_mp3lib
|
MP3LIB = $_mp3lib
|
||||||
LIBA52 = $_liba52
|
LIBA52 = $_liba52
|
||||||
LIBMPEG2 = $_libmpeg2
|
LIBMPEG2 = $_libmpeg2
|
||||||
TREMOR = $_tremor_internal
|
TREMOR_INTERNAL = $_tremor_internal
|
||||||
TREMOR_FLAGS = $_tremor_flags
|
TREMOR_FLAGS = $_tremor_flags
|
||||||
FAAD = $_faad
|
FAAD = $_faad
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user