[vlc-devel] [PATCH v2 18/18] audio_output: Add PPAPI plugin
Filip Roséen
filip at atch.se
Mon Mar 13 13:59:06 CET 2017
Hi Dennis,
On 2017-03-13 11:11, Dennis Hamester wrote:
> diff --git a/modules/audio_output/Makefile.am b/modules/audio_output/Makefile.am
> index 9006c257cb..7859de936e 100644
> --- a/modules/audio_output/Makefile.am
> +++ b/modules/audio_output/Makefile.am
> @@ -12,6 +12,14 @@ if HAVE_ANDROID
> aout_LTLIBRARIES += libandroid_audiotrack_plugin.la libopensles_android_plugin.la
> endif
>
> +libppapi_audio_plugin_la_SOURCES = audio_output/ppapi.c
> +libppapi_audio_plugin_la_CFLAGS = $(AM_CFLAGS)
The above usage of `$(AM_CFLAGS)` is redundant as
`libppapi_audio_plugin_la_CFLAGS` will already contain the now
assigned value (per default).
> +libppapi_audio_plugin_la_LIBADD = $(LIBS_nacl)
> +
> +if HAVE_NACL
> +aout_LTLIBRARIES += libppapi_audio_plugin.la
> +endif
> +
> libadummy_plugin_la_SOURCES = audio_output/adummy.c
>
> libafile_plugin_la_SOURCES = audio_output/file.c
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20170313/5275bed2/attachment.html>
More information about the vlc-devel
mailing list