[vlc-devel] [PATCH v2 18/18] audio_output: Add PPAPI plugin
Filip Roséen
filip at atch.se
Mon Mar 13 14:05:14 CET 2017
As per the below linked message, this reply is simply a copy+paste
from feedback replied to the other (seemingly obsolete) thread.
- https://mailman.videolan.org/pipermail/vlc-devel/2017-March/112105.html
Best Regards,\
Filip
On 2017-03-13 12:37, 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/33dd5ba8/attachment-0001.html>
More information about the vlc-devel
mailing list