From 4764f7a45ca0212e33b403e72e56c52f16c6c85f Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Fri, 17 Nov 2017 10:54:46 -0800 Subject: [PATCH] Fixed building YUV test programs (thanks Ozkan!) --- VisualC/tests/testoverlay2/testoverlay2.vcxproj | 3 ++- test/Makefile.in | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/VisualC/tests/testoverlay2/testoverlay2.vcxproj b/VisualC/tests/testoverlay2/testoverlay2.vcxproj index b17f64c01559f..6879544b6b6bc 100644 --- a/VisualC/tests/testoverlay2/testoverlay2.vcxproj +++ b/VisualC/tests/testoverlay2/testoverlay2.vcxproj @@ -212,8 +212,9 @@ + - \ No newline at end of file + diff --git a/test/Makefile.in b/test/Makefile.in index c625622aa2b8a..bc9c24ab92dbd 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -219,7 +219,7 @@ endif endif endif -testoverlay2$(EXE): $(srcdir)/testoverlay2.c +testoverlay2$(EXE): $(srcdir)/testoverlay2.c $(srcdir)/testyuv_cvt.c $(CC) -o $@ $^ $(CFLAGS) $(LIBS) testplatform$(EXE): $(srcdir)/testplatform.c @@ -267,7 +267,7 @@ testviewport$(EXE): $(srcdir)/testviewport.c testwm2$(EXE): $(srcdir)/testwm2.c $(CC) -o $@ $^ $(CFLAGS) $(LIBS) -testyuv$(EXE): $(srcdir)/testyuv.c +testyuv$(EXE): $(srcdir)/testyuv.c $(srcdir)/testyuv_cvt.c $(CC) -o $@ $^ $(CFLAGS) $(LIBS) torturethread$(EXE): $(srcdir)/torturethread.c