Merge remote branch 'origin/master' into pipe-video
[mesa.git] / src / gallium / state_trackers / xorg / xvmc / tests / Makefile
index c875dd76058169c199ef8967c4d8401cb451b312..88b03763563c5486c6255b243efb9ac473518227 100644 (file)
@@ -7,7 +7,7 @@ LIBS = -lXvMCW -lXvMC -lXv -lX11
 
 .PHONY: default clean
 
-default: test_context test_surface test_blocks test_rendering xvmc_bench
+default: test_context test_surface test_subpicture test_blocks test_rendering xvmc_bench
 
 test_context: test_context.o testlib.o
        $(CC) $(LDFLAGS) -o $@ $^ $(LIBS)
@@ -15,6 +15,9 @@ test_context: test_context.o testlib.o
 test_surface: test_surface.o testlib.o
        $(CC) $(LDFLAGS) -o $@ $^ $(LIBS)
 
+test_subpicture: test_subpicture.o testlib.o
+       $(CC) $(LDFLAGS) -o $@ $^ $(LIBS)
+
 test_blocks: test_blocks.o testlib.o
        $(CC) $(LDFLAGS) -o $@ $^ $(LIBS)
 
@@ -25,4 +28,4 @@ xvmc_bench: xvmc_bench.o testlib.o
        $(CC) $(LDFLAGS) -o $@ $^ $(LIBS)
 
 clean:
-       $(RM) -rf *.o test_context test_surface test_blocks test_rendering xvmc_bench
+       $(RM) -rf *.o test_context test_surface test_subpicture test_blocks test_rendering xvmc_bench