X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fstate_trackers%2Fxorg%2Fxvmc%2Ftests%2FMakefile;h=88b03763563c5486c6255b243efb9ac473518227;hb=2bf95c519e755146704f4942b1703d47d18bfeaa;hp=c875dd76058169c199ef8967c4d8401cb451b312;hpb=5e77b61e393144e76fe0a280c3c5da2d36703bbb;p=mesa.git diff --git a/src/gallium/state_trackers/xorg/xvmc/tests/Makefile b/src/gallium/state_trackers/xorg/xvmc/tests/Makefile index c875dd76058..88b03763563 100644 --- a/src/gallium/state_trackers/xorg/xvmc/tests/Makefile +++ b/src/gallium/state_trackers/xorg/xvmc/tests/Makefile @@ -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