Browse Source

Audio (de)muxer dependency on OSS is handled by configure.

Originally committed as revision 8613 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 18 years ago
parent
commit
e64271c2fe
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavformat/Makefile

+ 0
- 2
libavformat/Makefile View File

@@ -150,10 +150,8 @@ ifeq ($(CONFIG_BKTR),yes)
OBJS-$(CONFIG_VIDEO_GRAB_DEVICE_DEMUXER) += grab_bktr.o
endif

ifeq ($(CONFIG_AUDIO_OSS),yes)
OBJS-$(CONFIG_AUDIO_DEMUXER) += audio.o
OBJS-$(CONFIG_AUDIO_MUXER) += audio.o
endif

EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) \
-lavcodec$(BUILDSUF) -L$(BUILD_ROOT)/libavcodec $(EXTRALIBS)


Loading…
Cancel
Save