diff options
author | Edgard Lima <edgard.lima@indt.org.br> | 2005-12-14 22:41:47 +0000 |
---|---|---|
committer | Edgard Lima <edgard.lima@indt.org.br> | 2005-12-14 22:41:47 +0000 |
commit | 96e747214a0c7682cce9e6cbf168973804096631 (patch) | |
tree | 35a779d659296b4845fe8d63c5e5bf5d634f5cfb /ext/Makefile.am | |
parent | 03fa6ba8b1f88536ac49265c2b373392e633ca14 (diff) | |
download | gst-plugins-bad-96e747214a0c7682cce9e6cbf168973804096631.tar.gz gst-plugins-bad-96e747214a0c7682cce9e6cbf168973804096631.tar.bz2 gst-plugins-bad-96e747214a0c7682cce9e6cbf168973804096631.zip |
xviddec and xvideenc ported to 0.10
Original commit message from CVS:
xviddec and xvideenc ported to 0.10
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r-- | ext/Makefile.am | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 8943f74c..58c96f38 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -40,11 +40,11 @@ else DIRECTFB_DIR= endif -# if USE_DIVX -# DIVX_DIR=divx -# else +#if USE_DIVX +#DIVX_DIR=divx +#else DIVX_DIR= -# endif +#endif if USE_DTS DTS_DIR=dts @@ -190,11 +190,11 @@ TARKIN_DIR= XINE_DIR= # endif -# if USE_XVID -# XVID_DIR=xvid -# else +if USE_XVID +XVID_DIR=xvid +else XVID_DIR= -# endif +endif SUBDIRS=\ $(ARTS_DIR) \ @@ -242,4 +242,5 @@ DIST_SUBDIRS= \ musepack \ sdl \ swfdec \ - wavpack + wavpack \ + xvid |