Merge remote branch 'origin/master' into pipe-video
[mesa.git] / src / gallium / auxiliary / Makefile
index 49ff1653e0ee65ff599a4427970ff0168c37ef8e..bf90a704dd42a196d584a7f47978c9dee933d470 100644 (file)
@@ -143,11 +143,11 @@ C_SOURCES = \
        util/u_transfer.c \
        util/u_resource.c \
        util/u_upload_mgr.c \
-       target-helpers/wrap_screen.c \
        vl/vl_bitstream_parser.c \
        vl/vl_mpeg12_mc_renderer.c \
        vl/vl_compositor.c \
-       vl/vl_csc.c
+       vl/vl_csc.c \
+        vl/vl_idct.c
 
 GALLIVM_SOURCES = \
         gallivm/lp_bld_arit.c \
@@ -221,3 +221,4 @@ util/u_format_table.c: util/u_format_table.py util/u_format_pack.py util/u_forma
 
 util/u_half.c: util/u_half.py
        $(PYTHON2) util/u_half.py > $@
+# DO NOT DELETE