summaryrefslogtreecommitdiff
path: root/libavdevice/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-05-08 10:02:29 +0000
committerDiego Biurrun <diego@biurrun.de>2008-05-08 10:02:29 +0000
commit9aed96128f0fff33eaafe69095dfb4e94c97686a (patch)
treefb0eac55d5963b9a2046df3b426837c209dbdbe0 /libavdevice/Makefile
parent0b705fa4247f7ce55a6f26e417c8a5a1f90919e4 (diff)
prettyprinting cosmetics
Originally committed as revision 13077 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavdevice/Makefile')
-rw-r--r--libavdevice/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/libavdevice/Makefile b/libavdevice/Makefile
index 5bdf38ff2d..361eda4ff1 100644
--- a/libavdevice/Makefile
+++ b/libavdevice/Makefile
@@ -1,12 +1,12 @@
include $(SUBDIR)../config.mak
-NAME = avdevice
-FFLIBS = avformat avcodec avutil
-
-OBJS = alldevices.o
+NAME = avdevice
+FFLIBS = avformat avcodec avutil
HEADERS = avdevice.h
+OBJS = alldevices.o
+
# input/output devices
OBJS-$(CONFIG_BKTR_DEMUXER) += bktr.o
OBJS-$(CONFIG_DV1394_DEMUXER) += dv1394.o
@@ -20,7 +20,7 @@ OBJS-$(CONFIG_X11_GRAB_DEVICE_DEMUXER) += x11grab.o
# external libraries
OBJS-$(CONFIG_LIBDC1394_DEMUXER) += libdc1394.o
-CPP_OBJS-$(CONFIG_AUDIO_BEOS_DEMUXER) += beosaudio.o
-CPP_OBJS-$(CONFIG_AUDIO_BEOS_MUXER) += beosaudio.o
+CPP_OBJS-$(CONFIG_AUDIO_BEOS_DEMUXER) += beosaudio.o
+CPP_OBJS-$(CONFIG_AUDIO_BEOS_MUXER) += beosaudio.o
include $(SUBDIR)../subdir.mak