From b5229c7bc8ec1c010247d8966972e0cfdeb46f0e Mon Sep 17 00:00:00 2001 From: James Zern Date: Wed, 18 Mar 2015 15:31:46 -0700 Subject: [PATCH] Makefile.unix: s/samplemuxer/sample_muxer/ this matches the target name used in CMakeLists.txt and the writing app stored in the output file Change-Id: I161675c6bff8ebfa041331a329589441d3874514 --- Makefile.unix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.unix b/Makefile.unix index e9a60a4..ba53009 100644 --- a/Makefile.unix +++ b/Makefile.unix @@ -12,14 +12,14 @@ OBJECTS4 := vttdemux.o webvttparser.o INCLUDES := -I. DEPS := $(WEBMOBJS:.o=.d) $(OBJECTS1:.o=.d) $(OBJECTS2:.o=.d) DEPS += $(OBJECTS3:.o=.d) $(OBJECTS4:.o=.d) -EXES := samplemuxer sample dumpvtt vttdemux +EXES := sample_muxer sample dumpvtt vttdemux all: $(EXES) sample: sample.o $(LIBWEBMA) $(CXX) $^ -o $@ -samplemuxer: $(OBJECTS2) $(LIBWEBMA) +sample_muxer: $(OBJECTS2) $(LIBWEBMA) $(CXX) $^ -o $@ dumpvtt: $(OBJECTS3)