mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
sys/oss/: Port from THREADED+wim's fixes.
Original commit message from CVS: 2005-07-08 Andy Wingo <wingo@pobox.com> * sys/oss/: Port from THREADED+wim's fixes.
This commit is contained in:
parent
ae4309d00c
commit
6a163b452c
2 changed files with 6 additions and 10 deletions
|
@ -1,5 +1,7 @@
|
||||||
2005-07-08 Andy Wingo <wingo@pobox.com>
|
2005-07-08 Andy Wingo <wingo@pobox.com>
|
||||||
|
|
||||||
|
* sys/oss/: Port from THREADED+wim's fixes.
|
||||||
|
|
||||||
* gst/avi/Makefile.am (libgstavi_la_CFLAGS): No gettext hacks, the
|
* gst/avi/Makefile.am (libgstavi_la_CFLAGS): No gettext hacks, the
|
||||||
defines come from config.h.
|
defines come from config.h.
|
||||||
|
|
||||||
|
|
|
@ -4,11 +4,11 @@
|
||||||
# DXR3_DIR=
|
# DXR3_DIR=
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
# if USE_OSS
|
if USE_OSS
|
||||||
# OSS_DIR=oss
|
OSS_DIR=oss
|
||||||
# else
|
else
|
||||||
OSS_DIR=
|
OSS_DIR=
|
||||||
# endif
|
endif
|
||||||
|
|
||||||
# if USE_OSX_AUDIO
|
# if USE_OSX_AUDIO
|
||||||
# OSX_AUDIO_DIR=osxaudio
|
# OSX_AUDIO_DIR=osxaudio
|
||||||
|
@ -34,12 +34,6 @@ OSS_DIR=
|
||||||
# SUNAUDIO_DIR=
|
# SUNAUDIO_DIR=
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
# if USE_GST_V4L
|
|
||||||
# V4L_DIR=v4l
|
|
||||||
# else
|
|
||||||
# V4L_DIR=
|
|
||||||
# endif
|
|
||||||
|
|
||||||
# if USE_GST_V4L2
|
# if USE_GST_V4L2
|
||||||
# V4L2_DIR=v4l2
|
# V4L2_DIR=v4l2
|
||||||
# else
|
# else
|
||||||
|
|
Loading…
Reference in a new issue