From 6de50e694ba159b18070206eee1eb2f826ffd4e1 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Thu, 26 Sep 2002 12:20:12 +0000 Subject: This adds a generic video functions library Original commit message from CVS: This adds a generic video functions library --- gst-libs/gst/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gst-libs/gst/Makefile.am') diff --git a/gst-libs/gst/Makefile.am b/gst-libs/gst/Makefile.am index d519764f..d6eaa874 100644 --- a/gst-libs/gst/Makefile.am +++ b/gst-libs/gst/Makefile.am @@ -4,6 +4,6 @@ else GCONF_DIR= endif -SUBDIRS = audio idct resample riff floatcast $(GCONF_DIR) +SUBDIRS = audio idct resample riff floatcast $(GCONF_DIR) video -DIST_SUBDIRS = audio idct resample riff floatcast gconf +DIST_SUBDIRS = audio idct resample riff floatcast gconf video -- cgit v1.2.1