libopencore-amrwb: Make AMR-WB ifdeffery more precise
The library might provide an encoder in the future, so it's better to check for the presence of the decoder rather than just the library. CC: libav-stable@libav.org Signed-off-by: Luca Barbato <lu_zero@gentoo.org> (cherry picked from commit ed89cad6aa04bbd692b3eb21c0e0bb56aca77130)
This commit is contained in:

committed by
Luca Barbato

parent
e492818d89
commit
a23d6ea1e4
@@ -313,7 +313,7 @@ AVCodec ff_libopencore_amrnb_encoder = {
|
|||||||
#endif /* CONFIG_LIBOPENCORE_AMRNB */
|
#endif /* CONFIG_LIBOPENCORE_AMRNB */
|
||||||
|
|
||||||
/* -----------AMR wideband ------------*/
|
/* -----------AMR wideband ------------*/
|
||||||
#if CONFIG_LIBOPENCORE_AMRWB
|
#if CONFIG_LIBOPENCORE_AMRWB_DECODER
|
||||||
|
|
||||||
#include <opencore-amrwb/dec_if.h>
|
#include <opencore-amrwb/dec_if.h>
|
||||||
#include <opencore-amrwb/if_rom.h>
|
#include <opencore-amrwb/if_rom.h>
|
||||||
@@ -393,4 +393,4 @@ AVCodec ff_libopencore_amrwb_decoder = {
|
|||||||
.long_name = NULL_IF_CONFIG_SMALL("OpenCORE AMR-WB (Adaptive Multi-Rate Wide-Band)"),
|
.long_name = NULL_IF_CONFIG_SMALL("OpenCORE AMR-WB (Adaptive Multi-Rate Wide-Band)"),
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* CONFIG_LIBOPENCORE_AMRWB */
|
#endif /* CONFIG_LIBOPENCORE_AMRWB_DECODER */
|
||||||
|
Reference in New Issue
Block a user