Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add Audioes Muxer to Makefile
  • Loading branch information
Hypfer authored and perexg committed Oct 6, 2016
1 parent 81056b1 commit 214b2e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -339,7 +339,8 @@ SRCS-2 += \
src/muxer.c \
src/muxer/muxer_pass.c \
src/muxer/ebml.c \
src/muxer/muxer_mkv.c
src/muxer/muxer_mkv.c \
src/muxer/muxer_audioes.c

SRCS += $(SRCS-2)
I18N-C += $(SRCS-2)
Expand Down

0 comments on commit 214b2e3

Please sign in to comment.