how to install waf and gstreamer to imx6q

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

how to install waf and gstreamer to imx6q

629 Views
1130692457
Contributor I

ubuntu@ubuntu:~/gstreamer-imx$ ./waf configure
Setting top to : /home/ubuntu/gstreamer-imx
Setting out to : /home/ubuntu/gstreamer-imx/build
Checking for 'gcc' (C compiler) : /usr/bin/gcc
Checking for compiler switch -O2 : yes
Checking for compiler switch -DPIC : yes
Checking for compiler switch -fPIC : yes
Checking for compiler switch -std=gnu99 : yes
Checking for compiler switch -Wall : yes
Checking for compiler switch -Wextra : yes
Checking for compiler switch -Wno-sign-compare : yes
Checking for compiler switch -Wno-missing-field-initializers : yes
Checking for compiler switch -Wno-unused-parameter : yes
Checking for compiler switch -Wno-cpp : yes
Building for Android : no
Checking for library dl : yes
Checking for library m : yes
Checking for library pthread : yes
Checking for program 'pkg-config' : /usr/bin/pkg-config
Checking for 'gstreamer-1.0' version : not found
The configuration failed
(complete log in /home/ubuntu/gstreamer-imx/build/config.log)

i faced this problem ,can everyone give me some advice thanks

Labels (2)
0 Kudos
2 Replies

534 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hi Chatty,

You don´t have gstreamer-1.0 try to installs and then run it again.

- check output of ./configure --help to see if any options apply to you - run   ./configure   make    to build GStreamer. -  make install

Regards

0 Kudos

534 Views
1130692457
Contributor I

how to how to set environment variables like

  • CC
  • CFLAGS
  • LDFLAGS
  • PKG_CONFIG_PATH
  • PKG_CONFIG_SYSROOT_DIR
0 Kudos