the problem of bulit tutorial project under windows 7

Sebastian Dröge slomo at circular-chaos.org
Fri Oct 11 02:01:08 PDT 2013


On Fr, 2013-10-11 at 16:48 +0800, Wankey Cheng wrote:
> I have set both GSTREAMER_ROOT and GSTREAMER_ROOT_ANDROID variable.
> 
> and it's seems error when execute the following in the gstreamer.mk
> 
> $(call assert-defined, GSTREAMER_SDK_ROOT)
> $(if $(wildcard $(GSTREAMER_SDK_ROOT)),,\
>   $(error "The directory GSTREAMER_SDK_ROOT=$(GSTREAMER_SDK_ROOT) does not
> exists")\
> )

There is no gstreamer.mk, only a gstreamer-1.0.mk, which has the
following code there:

$(call assert-defined, GSTREAMER_ROOT)
$(if $(wildcard $(GSTREAMER_ROOT)),,\
  $(error "The directory GSTREAMER_ROOT=$(GSTREAMER_ROOT) does not exists")\
)


gstreamer.mk is probably some leftover from the third party binaries
from gstreamer.com you had installed before.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 966 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-android/attachments/20131011/76502d54/attachment.pgp>


More information about the gstreamer-android mailing list