Skip to content

Commit

Permalink
VIDEO: Correct Makefile indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Nov 17, 2018
1 parent 25975d5 commit e956c35
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions src/sound/decoders/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ src_sound_decoders_libdecoders_la_SOURCES += \
$(EMPTY)

aac_sources = \
src/sound/decoders/aac.cpp \
src/sound/decoders/aac.h \
$(EMPTY)
src/sound/decoders/aac.cpp \
src/sound/decoders/aac.h \
$(EMPTY)

if ENABLE_FAAD
src_sound_decoders_libdecoders_la_SOURCES += $(aac_sources)
Expand All @@ -56,9 +56,9 @@ EXTRA_DIST += $(aac_sources)
endif

mp3_sources = \
src/sound/decoders/mp3.cpp \
src/sound/decoders/mp3.h \
$(EMPTY)
src/sound/decoders/mp3.cpp \
src/sound/decoders/mp3.h \
$(EMPTY)

if ENABLE_MAD
src_sound_decoders_libdecoders_la_SOURCES += $(mp3_sources)
Expand All @@ -67,9 +67,9 @@ EXTRA_DIST += $(mp3_sources)
endif

vorbis_sources = \
src/sound/decoders/vorbis.cpp \
src/sound/decoders/vorbis.h \
$(EMPTY)
src/sound/decoders/vorbis.cpp \
src/sound/decoders/vorbis.h \
$(EMPTY)

if ENABLE_VORBIS
src_sound_decoders_libdecoders_la_SOURCES += $(vorbis_sources)
Expand Down
6 changes: 3 additions & 3 deletions src/video/codecs/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ vpx_source = \
$(EMPTY)

xvid_source = \
src/video/codecs/h263.cpp \
src/video/codecs/h263.h \
$(EMPTY)
src/video/codecs/h263.cpp \
src/video/codecs/h263.h \
$(EMPTY)

if ENABLE_XVIDCORE
src_video_codecs_libcodecs_la_SOURCES += $(xvid_source)
Expand Down

0 comments on commit e956c35

Please sign in to comment.