diff options
author | Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com> | 2009-04-04 22:03:23 +0200 |
---|---|---|
committer | Jan Schmidt <thaytan@noraisin.net> | 2009-06-20 15:21:25 +0100 |
commit | 3d4a340cfa134615164af6a93b7ce9d36b84f191 (patch) | |
tree | 6d9fbdbf8621f2c8cfab7d02aad989a89b3f8f87 /sys/vdpau/Makefile.am | |
parent | 85158b07eabb0d8fe7e4f29b06ea447a54505ad8 (diff) | |
download | gstreamer-plugins-bad-3d4a340cfa134615164af6a93b7ce9d36b84f191.tar.gz |
vdpau: move plugin definition to a new gstvdpau.c file fix up debug categories
Diffstat (limited to 'sys/vdpau/Makefile.am')
-rw-r--r-- | sys/vdpau/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/vdpau/Makefile.am b/sys/vdpau/Makefile.am index ba286d548..0b7e5e5c4 100644 --- a/sys/vdpau/Makefile.am +++ b/sys/vdpau/Makefile.am @@ -6,7 +6,8 @@ libgstvdpau_la_SOURCES = \ gstvdpaumpegdecoder.c \ mpegutil.c \ gstvdpauvideoyuv.c \ - gstvdpauvideobuffer.c + gstvdpauvideobuffer.c \ + gstvdpau.c libgstvdpau_la_CFLAGS = $(GST_CFLAGS) $(X11_CFLAGS) -Ivdpau libgstvdpau_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) \ |