efl/src/lib/ecore_audio
Conrad Meyer 6ceac2509d ecore_audio: include libgen.h on FreeBSD to define basename(3)
Summary:
Fixes warning:

    lib/ecore_audio/ecore_audio_obj_out_pulse.c:275:60: warning: implicit declaration of function 'basename' is invalid in C99
      [-Wimplicit-function-declaration]
       class_vars.context = pa_context_new(class_vars.api, basename(argv[0]));
                                                           ^
    lib/ecore_audio/ecore_audio_obj_out_pulse.c:275:60: warning: incompatible integer to pointer conversion passing 'int' to parameter of
      type 'const char *' [-Wint-conversion]
       class_vars.context = pa_context_new(class_vars.api, basename(argv[0]));
                                                           ^~~~~~~~~~~~~~~~~
    /usr/local/include/pulse/context.h:174:67: note: passing argument to parameter 'name' here
    pa_context *pa_context_new(pa_mainloop_api *mainloop, const char *name);
                                                                  ^

Test Plan: It now compiles without warning.

Projects: #efl

Differential Revision: https://phab.enlightenment.org/D2313

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
2015-04-10 12:05:05 +02:00
..
Ecore_Audio.h Spelling fixes 2015-03-18 21:38:33 -04:00
ecore_audio.c Revert "ecore_audio: Remove old structs that we don't need anymore" 2013-05-03 17:44:01 -03:00
ecore_audio.eo eolian: update virtual to the new syntax (as per wiki) 2014-08-29 11:40:29 +01:00
ecore_audio_alsa.c ecore_audio: Add rudimentary ALSA support 2012-12-14 23:38:21 +00:00
ecore_audio_custom.c ecore_audio: Add support for adding a custom callback 2012-12-14 23:38:18 +00:00
ecore_audio_in.eo eolian: update virtual to the new syntax (as per wiki) 2014-08-29 11:40:29 +01:00
ecore_audio_in_sndfile.eo Eo (base class): Fix .eo file to have proper namespacing for the class naem. 2014-06-30 17:47:06 +01:00
ecore_audio_in_tone.eo Eo (base class): Fix .eo file to have proper namespacing for the class naem. 2014-06-30 17:47:06 +01:00
ecore_audio_obj.c Efl: Update code to use the new class names generated by eolian. 2014-06-03 11:28:01 +01:00
ecore_audio_obj.h Eolian: Clean out Ecore Audio Eo headers 2014-04-11 09:26:15 +03:00
ecore_audio_obj_in.c Efl: Update code to use the new class names generated by eolian. 2014-06-03 11:28:01 +01:00
ecore_audio_obj_in.h Eolian: Clean out Ecore Audio Eo headers 2014-04-11 09:26:15 +03:00
ecore_audio_obj_in_sndfile.c Efl: Update code to use the new class names generated by eolian. 2014-06-03 11:28:01 +01:00
ecore_audio_obj_in_sndfile.h Eolian: Clean out Ecore Audio Eo headers 2014-04-11 09:26:15 +03:00
ecore_audio_obj_in_tone.c Efl: Update code to use the new class names generated by eolian. 2014-06-03 11:28:01 +01:00
ecore_audio_obj_in_tone.h Eolian: Clean out Ecore Audio Eo headers 2014-04-11 09:26:15 +03:00
ecore_audio_obj_out.c Efl: Update code to use the new class names generated by eolian. 2014-06-03 11:28:01 +01:00
ecore_audio_obj_out.h Eolian: Clean out Ecore Audio Eo headers 2014-04-11 09:26:15 +03:00
ecore_audio_obj_out_pulse.c ecore_audio: include libgen.h on FreeBSD to define basename(3) 2015-04-10 12:05:05 +02:00
ecore_audio_obj_out_pulse.h Eolian: Clean out Ecore Audio Eo headers 2014-04-11 09:26:15 +03:00
ecore_audio_obj_out_sndfile.c Efl: Update code to use the new class names generated by eolian. 2014-06-03 11:28:01 +01:00
ecore_audio_obj_out_sndfile.h Eolian: Clean out Ecore Audio Eo headers 2014-04-11 09:26:15 +03:00
ecore_audio_out.eo eo: update the EFL to use builtin complex types 2014-09-09 14:21:39 +01:00
ecore_audio_out_pulse.eo Eo (base class): Fix .eo file to have proper namespacing for the class naem. 2014-06-30 17:47:06 +01:00
ecore_audio_out_sndfile.eo Eo (base class): Fix .eo file to have proper namespacing for the class naem. 2014-06-30 17:47:06 +01:00
ecore_audio_private.h Eo: EO_BASE_CLASS->EO_CLASS. 2014-04-10 04:20:21 +01:00
ecore_audio_protected.h Eolian: Integration of Ecore Audio In 2014-04-02 15:56:14 +03:00
ecore_audio_pulse.c ecore_audio: fix memory leak in ecore_audio_pulse. 2014-12-10 11:19:23 +01:00
ecore_audio_pulse_ml.c ecore/ecore_audio: fix timer control logically wrong. 2015-03-01 17:59:52 +09:00
ecore_audio_sndfile_vio.c Efl: Update code to use the new class names generated by eolian. 2014-06-03 11:28:01 +01:00