[SCM] libav/experimental: Audio (de)muxer dependency on OSS is handled by configure.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:58:31 UTC 2013


The following commit has been merged in the experimental branch:
commit e64271c2fef7ff83379b61ac958518e5f99dd0cf
Author: Diego Biurrun <diego at biurrun.de>
Date:   Tue Apr 3 15:56:21 2007 +0000

    Audio (de)muxer dependency on OSS is handled by configure.
    
    Originally committed as revision 8613 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/Makefile b/libavformat/Makefile
index f1339bd..93bef87 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -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)

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list