xvmc: i915 rename files

This commit is contained in:
Zhenyu Wang 2007-11-15 15:25:35 +08:00
parent 06c0579df8
commit d9ea2fbdcc
3 changed files with 3 additions and 3 deletions

View File

@ -11,8 +11,8 @@ libI810XvMC_la_LIBADD = @DRI_LIBS@
libIntelXvMC_la_SOURCES = intel_xvmc.c \
intel_xvmc.h \
I915XvMC.c \
I915XvMC.h \
i915_xvmc.c \
i915_xvmc.h \
intel_batchbuffer.c \
intel_batchbuffer.h \
xf86dri.c \

View File

@ -28,7 +28,7 @@
#include <pthread.h>
#include <sys/ioctl.h>
#include "I915XvMC.h"
#include "i915_xvmc.h"
#include "i915_structs.h"
#include "i915_program.h"