Freescale / gstreamer-imx

GStreamer 1.0 plugins for i.MX platforms
Other
182 stars 127 forks source link

mp3_enc_interface.h doesn't exist in 0.13.x tag #301

Closed nlbutts closed 2 years ago

nlbutts commented 2 years ago

I'm trying to build this software via meta-freescale in Yocto. But I get the following compiler error:

../git/src/audio/mp3_encoder.h:26:10: fatal error: mp3_enc_interface.h: No such file or directory 26 | #include | ^~~~~ compilation terminated.

mp3_enc_interface.h doesn't exist in this repo. It doesn't appear to exist in any GStreamer repo/plugin either.

dv1 commented 2 years ago

What Yocto version was this? And does gstreamer-imx 2.x work?

dv1 commented 2 years ago

I tried a build with gstreamer 2.x, latest git master, and Yocto git master. Worked fine. Closing this. If there are still problems even with 2.x for you, please reopen.