[vlc-commits] packetizer/Makefile.am: fix indent

Thomas Guillem git at videolan.org
Tue Jul 26 13:44:25 CEST 2016


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue Jul 26 13:44:07 2016 +0200| [82390ad52b1ab4059a2bacb3faa972692e7cf60b] | committer: Thomas Guillem

packetizer/Makefile.am: fix indent

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=82390ad52b1ab4059a2bacb3faa972692e7cf60b
---

 modules/packetizer/Makefile.am | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/modules/packetizer/Makefile.am b/modules/packetizer/Makefile.am
index c0b2ca8..42edf1f 100644
--- a/modules/packetizer/Makefile.am
+++ b/modules/packetizer/Makefile.am
@@ -7,15 +7,15 @@ libpacketizer_mpeg4audio_plugin_la_SOURCES = packetizer/mpeg4audio.c
 libpacketizer_h264_plugin_la_SOURCES = \
 	packetizer/h264_nal.c packetizer/h264_nal.h \
 	packetizer/h264.c packetizer/hxxx_nal.h \
-        packetizer/hxxx_common.c packetizer/hxxx_common.h
+	packetizer/hxxx_common.c packetizer/hxxx_common.h
 libpacketizer_vc1_plugin_la_SOURCES = packetizer/vc1.c
 libpacketizer_mlp_plugin_la_SOURCES = packetizer/mlp.c
 libpacketizer_dirac_plugin_la_SOURCES = packetizer/dirac.c
 libpacketizer_flac_plugin_la_SOURCES = packetizer/flac.c
 libpacketizer_hevc_plugin_la_SOURCES = packetizer/hevc.c \
-        packetizer/hevc_nal.h packetizer/hevc_nal.c \
-        packetizer/hxxx_nal.h \
-        packetizer/hxxx_common.c packetizer/hxxx_common.h
+	packetizer/hevc_nal.h packetizer/hevc_nal.c \
+	packetizer/hxxx_nal.h \
+	packetizer/hxxx_common.c packetizer/hxxx_common.h
 
 libpacketizer_avparser_plugin_la_SOURCES = packetizer/avparser.c \
 	packetizer/avparser.h \



More information about the vlc-commits mailing list