how to install gstreamer to imx6q but not through ubuntu

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

how to install gstreamer to imx6q but not through ubuntu

1,201 Views
1130692457
Contributor I

can you tell me how to install gstreamer to imx6q but not through ubuntu

I want to install gstreamer in imx6q ,my kernel 3-0-35 ,everyone can give some advice thanks

Labels (2)
0 Kudos
Reply
3 Replies

1,078 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello Chatty,

 git clone git://github.com/Freescale/gstreamer-imx.git  

To configure , first set the following environment variables to whatever is necessary for cross compilation for your platform:

  • CC
  • CFLAGS
  • LDFLAGS
  • PKG_CONFIG_PATH
  • PKG_CONFIG_SYSROOT_DIR

Then, run:

./waf configure --prefix=PREFIX --kernel-headers=KERNEL-HEADER-PATH

Once configuration is complete, run:

./waf

This builds the plugins. Finally, to install, run:

./waf install
Regards

1,077 Views
1130692457
Contributor I

can you tell me how to how to set environment variables like

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

1,078 Views
1130692457
Contributor I

Thanks for your advice ,but how can i build cross compilation for the platform

can you give me advice when you free ,may be you you can give me a cross-compiler download connection

0 Kudos
Reply