summaryrefslogtreecommitdiffstats
path: root/sys/vdpau/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vdpau/Makefile.am')
-rw-r--r--sys/vdpau/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/vdpau/Makefile.am b/sys/vdpau/Makefile.am
index 0ee88bf7..0e3b578e 100644
--- a/sys/vdpau/Makefile.am
+++ b/sys/vdpau/Makefile.am
@@ -1,7 +1,7 @@
plugin_LTLIBRARIES = libgstvdpau.la
libgstvdpau_la_SOURCES = \
- gst-vdpau-device.c \
+ gstvdpaudevice.c \
gstvdpaudecoder.c \
gstvdpaumpegdecoder.c \
mpegutil.c
@@ -13,7 +13,7 @@ libgstvdpau_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstvdpau_la_LIBTOOLFLAGS = --tag=disable-static
noinst_HEADERS = \
- gst-vdpau-device.h \
+ gstvdpaudevice.h \
gstvdpaudecoder.h \
gstvdpaumpegdecoder.h \
mpegutil.h