mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-24 08:08:22 +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>
|
||||
|
||||
* ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
|
||||
|
|
|
@ -5,7 +5,8 @@ ALSA_DIR=
|
|||
endif
|
||||
|
||||
if USE_CDPARANOIA
|
||||
CDPARANOIA_DIR=cdparanoia
|
||||
#CDPARANOIA_DIR=cdparanoia
|
||||
CDPARANOIA_DIR=
|
||||
else
|
||||
CDPARANOIA_DIR=
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue