BeOS fix: NOT every ld likes undefined syms, include C++ objs, and link to libs needed for audio in.
Originally committed as revision 2044 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
fc48fe84a9
commit
aa35ccb8e1
@ -48,6 +48,9 @@ endif
|
||||
|
||||
ifeq ($(CONFIG_AUDIO_BEOS),yes)
|
||||
PPOBJS+= beosaudio.o
|
||||
EXTRALIBS+=-lbe -lmedia
|
||||
# this should be the default !
|
||||
EXTRALIBS+=-lavcodec -L../libavcodec
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_NETWORK),yes)
|
||||
@ -77,7 +80,7 @@ $(LIB): $(OBJS) $(PPOBJS)
|
||||
$(RANLIB) $@
|
||||
|
||||
$(SLIB): $(OBJS)
|
||||
$(CC) $(SHFLAGS) -o $@ $(OBJS) $(EXTRALIBS) $(AMREXTRALIBS)
|
||||
$(CC) $(SHFLAGS) -o $@ $(OBJS) $(PPOBJS) $(EXTRALIBS) $(AMREXTRALIBS)
|
||||
|
||||
depend: $(SRCS)
|
||||
$(CC) -MM $(CFLAGS) $^ 1>.depend
|
||||
|
Loading…
x
Reference in New Issue
Block a user