如何在Ubuntu14交叉编译gstreamer1.8

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

如何在Ubuntu14交叉编译gstreamer1.8

1,191 Views
lianglou
Contributor II

如何在Ubuntu14交叉编译gstreamer1.8,imx6q

0 Kudos
2 Replies

744 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hi liang,

Install build deps, gstreamer1.x,

python pkg-config git gstreamer1.0-x gstreamer1.0-tools gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-alsa libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-good1.0-dev g++-multilib 

 

# cd gstreamer-imx 

# ln –s /usr/lib/arm-linux-gnueabihf/gstreamer-1.0/ /usr/lib/gstreamer-1.0 

# ./waf configure --prefix=/usr --kernel-headers=/include 

# ./waf 

# ./waf install 

# cd ../../  

Regards

0 Kudos

744 Views
kylin886
Contributor I

when  I try your commend ,but get "python: can't open file 'pkg-config': [Errno 2] No such file or directory"  ,  how  to  solve this  problem ?

0 Kudos