mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-02 10:41:16 +00:00
Move BeOS extralibs handling into configure.
Originally committed as revision 7082 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
eaa53b957b
commit
9464f2b836
4
Makefile
4
Makefile
@ -35,10 +35,6 @@ ALLPROGS=$(addsuffix $(EXESUF), $(BASENAMES))
|
|||||||
ALLPROGS_G=$(addsuffix _g$(EXESUF), $(BASENAMES))
|
ALLPROGS_G=$(addsuffix _g$(EXESUF), $(BASENAMES))
|
||||||
ALLMANPAGES=$(addsuffix .1, $(BASENAMES))
|
ALLMANPAGES=$(addsuffix .1, $(BASENAMES))
|
||||||
|
|
||||||
ifeq ($(CONFIG_AUDIO_BEOS),yes)
|
|
||||||
EXTRALIBS+=-lmedia -lbe
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(BUILD_SHARED),yes)
|
ifeq ($(BUILD_SHARED),yes)
|
||||||
DEP_LIBS=libavcodec/$(SLIBPREF)avcodec$(SLIBSUF) libavformat/$(SLIBPREF)avformat$(SLIBSUF)
|
DEP_LIBS=libavcodec/$(SLIBPREF)avcodec$(SLIBSUF) libavformat/$(SLIBPREF)avformat$(SLIBSUF)
|
||||||
else
|
else
|
||||||
|
4
configure
vendored
4
configure
vendored
@ -1540,6 +1540,10 @@ if enabled vhook; then
|
|||||||
check_ldflags -export-dynamic
|
check_ldflags -export-dynamic
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if enabled audio_beos; then
|
||||||
|
add_extralibs "-lmedia -lbe"
|
||||||
|
fi
|
||||||
|
|
||||||
##########################################
|
##########################################
|
||||||
# imlib check
|
# imlib check
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user