diff options
author | Diego Biurrun <diego@biurrun.de> | 2010-06-10 17:23:45 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2010-06-10 17:23:45 +0000 |
commit | c1b85795cb03b5afb2368d11604bd28f17f5f697 (patch) | |
tree | a2194bd9ec5e0f0b027bec64754e33f2b2ef64ba /libavdevice/Makefile | |
parent | 108caaaa60043bab30d94626262fbd35fbb7d550 (diff) | |
download | ffmpeg-c1b85795cb03b5afb2368d11604bd28f17f5f697.tar.gz |
Remove broken BeOS audio interface.
Originally committed as revision 23568 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavdevice/Makefile')
-rw-r--r-- | libavdevice/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavdevice/Makefile b/libavdevice/Makefile index a0c3858d83..be28f4a0ad 100644 --- a/libavdevice/Makefile +++ b/libavdevice/Makefile @@ -25,9 +25,6 @@ OBJS-$(CONFIG_X11_GRAB_DEVICE_INDEV) += x11grab.o # external libraries OBJS-$(CONFIG_LIBDC1394_INDEV) += libdc1394.o -OBJS-$(CONFIG_AUDIO_BEOS_INDEV) += beosaudio.o -OBJS-$(CONFIG_AUDIO_BEOS_OUTDEV) += beosaudio.o - SKIPHEADERS-$(HAVE_ALSA_ASOUNDLIB_H) += alsa-audio.h include $(SUBDIR)../subdir.mak |