diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-05-08 10:02:29 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-05-08 10:02:29 +0000 |
commit | 9aed96128f0fff33eaafe69095dfb4e94c97686a (patch) | |
tree | fb0eac55d5963b9a2046df3b426837c209dbdbe0 /libavdevice/Makefile | |
parent | 0b705fa4247f7ce55a6f26e417c8a5a1f90919e4 (diff) | |
download | ffmpeg-9aed96128f0fff33eaafe69095dfb4e94c97686a.tar.gz |
prettyprinting cosmetics
Originally committed as revision 13077 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavdevice/Makefile')
-rw-r--r-- | libavdevice/Makefile | 12 |
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 |