diff options
author | Zeeshan Ali <zeenix@gmail.com> | 2005-05-08 12:22:04 +0000 |
---|---|---|
committer | Zeeshan Ali <zeenix@gmail.com> | 2005-05-08 12:22:04 +0000 |
commit | d67d140c31126f967ca560399ab7b47d01fbc469 (patch) | |
tree | cba29dbc939df5fa48d952f2ff72f8cb0a74ee96 /ext | |
parent | 6122a966958bf1e782b67bca54264911d25edad5 (diff) | |
download | gst-plugins-bad-d67d140c31126f967ca560399ab7b47d01fbc469.tar.gz gst-plugins-bad-d67d140c31126f967ca560399ab7b47d01fbc469.tar.bz2 gst-plugins-bad-d67d140c31126f967ca560399ab7b47d01fbc469.zip |
Ported the libcaca plugin.
Original commit message from CVS:
Ported the libcaca plugin.
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 8225604c..1e0a249a 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -178,11 +178,11 @@ endif # LCS_DIR= # endif -# if USE_LIBCACA -# LIBCACA_DIR=libcaca -# else -# LIBCACA_DIR= -# endif +if USE_LIBCACA +LIBCACA_DIR=libcaca +else +LIBCACA_DIR= +endif # if USE_LIBDV # LIBDV_DIR=dv |