mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-03 10:43:55 +00:00
bufspeed gives warnings because of volatile discardation who wrote it, can it be fixed ? what does it actually test ?...
Original commit message from CVS: bufspeed gives warnings because of volatile discardation who wrote it, can it be fixed ? what does it actually test ? please add some description in README
This commit is contained in:
parent
602821bcef
commit
fc2647319f
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
# This directory depends on an x86 computer, so if nasm is present, we're good
|
# This directory depends on an x86 computer, so if nasm is present, we're good
|
||||||
# complain to hadess@hadess.net
|
# complain to hadess@hadess.net
|
||||||
|
# bufspeed gives warnings, can someone please fix that ?
|
||||||
if HAVE_NASM
|
if HAVE_NASM
|
||||||
NASMDEP_DIR=memchunk
|
NASMDEP_DIR=memchunk #bufspeed
|
||||||
else
|
else
|
||||||
NASMDEP_DIR=
|
NASMDEP_DIR=
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue