hello i am trying to install Gstream in ARM board. for that i download two file
1)gstream
2)codecs
when i try to compile gstream with the help of "make"
i am getting the following error..
d -pthread -Wl,-soname -Wl,libmfw_gst_aacdec.so -Wl,-version-script -Wl,.libs/libmfw_gst_aacdec.ver -o .libs/libmfw_gst_aacdec.so
/usr/bin/ld: cannot find -l_aac_dec_arm12_elinux
collect2: ld returned 1 exit status
make[1]: *** [libmfw_gst_aacdec.la] Error 1
make[1]: Leaving directory `/home/ariem/Desktop/plugins/fsl_linux_sdk_gstreamer_plugins_1.6.0_1/gst-fsl-plugin-1.6.0/src/audio/aac_dec/src'
make: *** [all-recursive] Error 1
root@ariem-desktop:/home/ariem/Desktop/plugins/fsl_linux_sdk_gstreamer_plugins_1.6.0_1/gst-fsl-plugin-1.6.0/src#
Can anyonr help me