为什么gstreamer 编译出来少了很多mod
1. ubuntu@ip-172-31-30-154:~/code/openwrt$ find -name "gstreamer*.ipk"
./bin/ar71xx/packages/packages/gstreamer1-utils_1.4.5-1_ar71xx.ipk
./bin/ar71xx/packages/packages/gstreamer1-libs_1.4.5-1_ar71xx.ipk
./bin/ar71xx/packages/packages/gstreamer1-plugins-base_1.4.5-1_ar71xx.ipk
plugins-good等插件哪里去了 ?
2. ubuntu@ip-172-31-30-154:~/code/openwrt$ find -name "gst*.ipk"
./bin/ar71xx/packages/packages/gst1-libav_1.4.5-1_ar71xx.ipk
./bin/ar71xx/packages/packages/gstreamer1-utils_1.4.5-1_ar71xx.ipk
./bin/ar71xx/packages/packages/gstreamer1-libs_1.4.5-1_ar71xx.ipk
./bin/ar71xx/packages/packages/gstreamer1-plugins-base_1.4.5-1_ar71xx.ipk
./bin/ar71xx/packages/packages/gst1-mod-alsa_1.4.5-1_ar71xx.ipk
其他的gst1-mod 呢?到底怎么才能编译出所有的mod?
答案是 在make menuconfig 的时候每个gstremer1选项里都有选择需要编译哪里mod或lib ,都选上后就可以了