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 3e718abe..94f7efbc 100644
--- a/sys/vdpau/Makefile.am
+++ b/sys/vdpau/Makefile.am
@@ -2,7 +2,7 @@ plugin_LTLIBRARIES = libgstvdpau.la
libgstvdpau_la_SOURCES = \
gstvdpaudecoder.c\
- gstvdpauh264decoder.c
+ gstvdpaumpegdecoder.c
libgstvdpau_la_CFLAGS = $(GST_CFLAGS) $(X11_CFLAGS) -Ivdpau
libgstvdpau_la_LIBADD = $(GST_LIBS) $(X11_LIBS) -lvdpau
@@ -12,6 +12,6 @@ libgstvdpau_la_LIBTOOLFLAGS = --tag=disable-static
noinst_HEADERS = \
gstvdpaudecoder.h\
vdpauvariables.h \
- gstvdpauh264decoder.h
+ gstvdpaumpegdecoder.h