mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +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
|
||||
# complain to hadess@hadess.net
|
||||
# bufspeed gives warnings, can someone please fix that ?
|
||||
if HAVE_NASM
|
||||
NASMDEP_DIR=memchunk
|
||||
NASMDEP_DIR=memchunk #bufspeed
|
||||
else
|
||||
NASMDEP_DIR=
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue