gstreamer/subprojects/gst-plugins-bad/ext/fdkaac
Jordan Petridis c4e0d19f13 fdkaac: Mark the dependency include_type as 'system'
When using v2.0.2 of the subproject, it triggers werror for
unused functions that come from the fdkaac headers.

This avoids errors like the following when werror is set.

```
subprojects/fdk-aac-2.0.2/fdk-aac/FDK_audio.h:757:29: error: ‘FDKlibInfo_lookup’
defined but not used [-Werror=unused-function]
  757 | static FDK_AUDIO_INLINE INT FDKlibInfo_lookup(const LIB_INFO* info,
```

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6611>
2024-04-12 13:18:40 +03:00
..
gstfdkaac.c Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstfdkaac.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstfdkaacdec.c fdkaacdec: Support up to 5 rear channels 2023-05-30 14:18:08 +02:00
gstfdkaacdec.h fdkaacdec: Support arbitrary channel configs 2022-02-25 18:20:52 +00:00
gstfdkaacenc.c fdkaacenc: Properly terminate GEnumValue table 2022-11-04 17:59:21 +00:00
gstfdkaacenc.h fdkaacenc: Add support for setting bitrate mode 2022-10-30 16:54:51 +05:30
gstfdkaacplugin.c Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
meson.build fdkaac: Mark the dependency include_type as 'system' 2024-04-12 13:18:40 +03:00