diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-23 13:17:36 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-23 13:17:36 +0000 |
commit | 3a29cb5864778cef78ce5dda6a24a3b44ba50186 (patch) | |
tree | 474a8e6e23b4826a751c48c24e16921e27c7f2ef /gst/y4m/Makefile.am | |
parent | 0dc738e2aad55917b6d09986c924b6695b399a48 (diff) | |
download | gst-plugins-bad-3a29cb5864778cef78ce5dda6a24a3b44ba50186.tar.gz gst-plugins-bad-3a29cb5864778cef78ce5dda6a24a3b44ba50186.tar.bz2 gst-plugins-bad-3a29cb5864778cef78ce5dda6a24a3b44ba50186.zip |
BBB asked me to rename lav to y4m can someone who knows the plugin do this in the source as well ?
Original commit message from CVS:
BBB asked me to rename lav to y4m
can someone who knows the plugin do this in the source as well ?
Diffstat (limited to 'gst/y4m/Makefile.am')
-rw-r--r-- | gst/y4m/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gst/y4m/Makefile.am b/gst/y4m/Makefile.am new file mode 100644 index 00000000..5b92bf6d --- /dev/null +++ b/gst/y4m/Makefile.am @@ -0,0 +1,8 @@ +plugindir = $(libdir)/gst + +filter_LTLIBRARIES = libgsty4mencode.la + +libgsty4mencode_la_SOURCES = gsty4mencode.c +libgsty4mencode_la_CFLAGS = $(GST_CFLAGS) + +noinst_HEADERS = gsty4mencode.h |