diff --git a/multimedia/gstreamer1-plugins/Makefile b/multimedia/gstreamer1-plugins/Makefile --- a/multimedia/gstreamer1-plugins/Makefile +++ b/multimedia/gstreamer1-plugins/Makefile @@ -140,8 +140,8 @@ @${REINPLACE_CMD} -e 's|/dev/dvd|${DEFAULT_DVD_DEVICE}|g' \ ${WRKSRC}/ext/resindvd/resindvdbin.c \ ${WRKSRC}/ext/resindvd/resindvdsrc.c -# Fix dependency on neon-0.31 - ${REINPLACE_CMD} -e '/neon/s|0.30.99|0.31.99|g' \ +# Fix dependency on neon-0.31 and 0.32 + ${REINPLACE_CMD} -e '/neon/s|0.30.99|0.32.99|g' \ ${WRKSRC}/configure # Fix build against OpenCV 4.5.1 ${REINPLACE_CMD} '/opencv/s|4\.2\.0|4.6.0|g' \