Merge remote branch 'origin/master' into pipe-video
[mesa.git] / src / gallium / auxiliary / Makefile
index 574385a5c9cf3579cd86e2bba9c3b2d9b1e729ba..6cf1ddd43fe7aaa9d7039892ad101fc8a0e85087 100644 (file)
@@ -142,14 +142,13 @@ C_SOURCES = \
        util/u_tile.c \
        util/u_transfer.c \
        util/u_resource.c \
-       util/u_upload_mgr.c
-
-       # Disabling until pipe-video branch gets merged in
-       #vl/vl_bitstream_parser.c \
-       #vl/vl_mpeg12_mc_renderer.c \
-       #vl/vl_compositor.c \
-       #vl/vl_csc.c \
-       #vl/vl_shader_build.c \
+       util/u_upload_mgr.c \
+       vl/vl_bitstream_parser.c \
+       vl/vl_mpeg12_mc_renderer.c \
+       vl/vl_compositor.c \
+       vl/vl_csc.c \
+        vl/vl_idct.c \
+        vl/vl_vertex_buffers.c
 
 GALLIVM_SOURCES = \
         gallivm/lp_bld_arit.c \
@@ -203,9 +202,6 @@ CPP_SOURCES += \
 endif
 
 
-LIBRARY_DEFINES += -D__STDC_CONSTANT_MACROS
-
-
 include ../Makefile.template
 
 
@@ -223,3 +219,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