mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-09 07:52:36 +00:00
ext/Makefile.am: Disable cdparanoia until someone ports it!
Original commit message from CVS: 2005-05-06 Zaheer Abbas Merali <zaheerabbas at merali dot org> * ext/Makefile.am: Disable cdparanoia until someone ports it!
This commit is contained in:
parent
9d858bfb1f
commit
5d82e5d18d
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2005-05-06 Zaheer Abbas Merali <zaheerabbas at merali dot org>
|
||||||
|
|
||||||
|
* ext/Makefile.am:
|
||||||
|
Disable cdparanoia until someone ports it!
|
||||||
|
|
||||||
2005-05-06 Wim Taymans <wim@fluendo.com>
|
2005-05-06 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
|
* ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
|
||||||
|
|
|
@ -5,7 +5,8 @@ ALSA_DIR=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if USE_CDPARANOIA
|
if USE_CDPARANOIA
|
||||||
CDPARANOIA_DIR=cdparanoia
|
#CDPARANOIA_DIR=cdparanoia
|
||||||
|
CDPARANOIA_DIR=
|
||||||
else
|
else
|
||||||
CDPARANOIA_DIR=
|
CDPARANOIA_DIR=
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue