Am 19.08.2014 um 11:09 schrieb Emil Velikov:
On 19/08/14 09:59, Christian König wrote:
Am 19.08.2014 um 01:20 schrieb Emil Velikov:
Signed-off-by: Emil Velikov <emil.l.veli...@gmail.com>
Is it necessary to sort the files by name? They where more or less sorted by
importance and time of creation in the VDPAU interface.

Not necessary but it eases things greatly as one checks for missing ones :)

Which is probably the more common use.

Patch is Reviewed-by: Christian König <christian.koe...@amd.com>


-Emil

Christian.

---
   src/gallium/state_trackers/vdpau/Makefile.sources | 17 +++++++++--------
   1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/src/gallium/state_trackers/vdpau/Makefile.sources
b/src/gallium/state_trackers/vdpau/Makefile.sources
index d90a870..dfe0bcd 100644
--- a/src/gallium/state_trackers/vdpau/Makefile.sources
+++ b/src/gallium/state_trackers/vdpau/Makefile.sources
@@ -1,12 +1,13 @@
   C_SOURCES := \
-    htab.c \
-    ftab.c \
-    device.c \
-    query.c \
-    surface.c \
-    decode.c \
-    presentation.c \
       bitmap.c \
+    decode.c \
+    device.c \
+    ftab.c \
+    htab.c \
+    mixer.c \
       output.c \
       preemption.c \
-    mixer.c
+    presentation.c \
+    query.c \
+    surface.c \
+    vdpau_private.h

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to