how to install gstreamer to imx6q but not through ubuntu

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

how to install gstreamer to imx6q but not through ubuntu

1,690件の閲覧回数
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,567件の閲覧回数
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,566件の閲覧回数
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,567件の閲覧回数
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 件の賞賛
返信