how to install gstreamer to imx6q but not through ubuntu

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

how to install gstreamer to imx6q but not through ubuntu

1,686 次查看
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

标签 (2)
0 项奖励
回复
3 回复数

1,563 次查看
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,562 次查看
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 项奖励
回复

1,563 次查看
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 项奖励
回复