diff options
author | Edgard Lima <edgard.lima@indt.org.br> | 2005-11-08 13:55:13 +0000 |
---|---|---|
committer | Edgard Lima <edgard.lima@indt.org.br> | 2005-11-08 13:55:13 +0000 |
commit | 5df1c827fbca23bdd07e6c6c0cc0f03a2dc29b26 (patch) | |
tree | b16ac49af6f980e43faed754f043e1d3fb41deb2 /ext/Makefile.am | |
parent | 7a50084e34bf69694ba3544b03b52917df0cc91a (diff) | |
download | gst-plugins-bad-5df1c827fbca23bdd07e6c6c0cc0f03a2dc29b26.tar.gz gst-plugins-bad-5df1c827fbca23bdd07e6c6c0cc0f03a2dc29b26.tar.bz2 gst-plugins-bad-5df1c827fbca23bdd07e6c6c0cc0f03a2dc29b26.zip |
Ported to 0.9. Some issues to be solved yet: 1- set correct timestamps 2- seg fault when eos 3- seek is now disabled
Original commit message from CVS:
Ported to 0.9. Some issues to be solved yet:
1- set correct timestamps
2- seg fault when eos
3- seek is now disabled
Diffstat (limited to 'ext/Makefile.am')
-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 e20bd182..ded23a78 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -76,11 +76,11 @@ endif HERMES_DIR= # endif -# if USE_IVORBIS -# IVORBIS_DIR=ivorbis -# else -IVORBIS_DIR= -# endif +if USE_IVORBIS + IVORBIS_DIR=ivorbis +else + IVORBIS_DIR= +endif # if USE_JACK # JACK_DIR=jack |