efl/src
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
..
benchmarks eina: fix eina_bench.c compilation error. 2015-02-09 22:04:51 +01:00
bin efreetd: temporarily blacklist saving and monitoring root directory 2015-04-09 20:08:17 -04:00
bindings eo_cxx: fix after change in internal function naming of Eo. 2015-04-03 16:22:06 +02:00
edje_external/emotion
examples [evas/evas_3D] Some fixes in evas-3d-shadows example 2015-04-10 14:20:35 +09:00
lib ecore_audio: include libgen.h on FreeBSD to define basename(3) 2015-04-10 12:05:05 +02:00
modules evas-drm: Add back in the r, g, b masks for conversion 2015-04-10 11:09:51 +02:00
scripts elua: lualian generator code cleanup 2015-04-02 16:18:37 +01:00
static_libs fix config.h inclusion across the tree 2014-09-23 15:56:46 -04:00
tests eio-model: Fix Eio model races in tests 2015-04-09 22:47:17 -03:00
utils/ecore
Makefile.am efl: move emodel to be an efl interfaces. 2015-04-05 16:23:38 +02:00
Makefile_EPhysics.am
Makefile_Ecore.am ecore_con: Split ecore_con test suite from ecore. 2015-04-06 16:37:53 +02:00
Makefile_Ecore_Audio.am elua/autotools: generate .eo.lua files out of all eo files at build time 2014-10-06 13:28:09 +01:00
Makefile_Ecore_Audio_Cxx.am
Makefile_Ecore_Avahi.am
Makefile_Ecore_Cocoa.am eina: Fix MacOS X build with clang 3.6. 2015-02-12 07:55:33 +01:00
Makefile_Ecore_Con.am ecore_con: Make sure the server.key and pem are distributed in the tarball 2015-04-07 13:19:34 +02:00
Makefile_Ecore_Cxx.am
Makefile_Ecore_Drm.am ecore/drm: Compile ecore_drm_logind.c without condition 2015-02-13 10:12:25 +01:00
Makefile_Ecore_Evas.am ecore_evas: add a SVG vector dislay/converter tool. 2015-04-03 16:22:20 +02:00
Makefile_Ecore_FB.am
Makefile_Ecore_File.am
Makefile_Ecore_IMF.am build: Workaround an automake limitation during parallel install relinking 2015-02-26 13:51:20 +01:00
Makefile_Ecore_IMF_Evas.am
Makefile_Ecore_Input.am
Makefile_Ecore_Input_Evas.am
Makefile_Ecore_Ipc.am
Makefile_Ecore_Psl1ght.am
Makefile_Ecore_SDL.am
Makefile_Ecore_Wayland.am Added support for xdg-shell protocol in ecore-wayland 2014-10-01 16:15:37 -04:00
Makefile_Ecore_Win32.am
Makefile_Ecore_X.am build: Unify use of $(MKDIR_P) for creating a dir within the build system 2015-02-25 16:43:35 +01:00
Makefile_Ector.am Ector: clean up makefile a bit. 2015-04-09 23:11:35 +01:00
Makefile_Edje.am build: Workaround an automake limitation during parallel install relinking 2015-02-26 13:51:20 +01:00
Makefile_Edje_Cxx.am
Makefile_Edje_Helper.am
Makefile_Eet.am Eet: add diffeet a tool for diffing eet files. 2014-11-25 11:30:30 +00:00
Makefile_Eet_Cxx.am
Makefile_Eeze.am build: Workaround an automake limitation during parallel install relinking 2015-02-26 13:51:20 +01:00
Makefile_Efl.am efl - add model mv header to installled headers - fix build break 2015-04-06 10:11:15 +09:00
Makefile_Efl_Cxx.am emodel: Created Emodel and Eio_Model. 2015-04-05 15:19:45 +02:00
Makefile_Efreet.am
Makefile_Eina.am eina: add eina_matrix. 2015-04-03 16:12:48 +02:00
Makefile_Eina_Cxx.am cxx: General C++ Eo wrapper generation improvement 2015-01-05 15:52:27 -02:00
Makefile_Eio.am efl: move emodel to be an efl interfaces. 2015-04-05 16:23:38 +02:00
Makefile_Eio_Cxx.am emodel: Created Emodel and Eio_Model. 2015-04-05 15:19:45 +02:00
Makefile_Eldbus.am
Makefile_Eldbus_Cxx.am
Makefile_Elocation.am elocation test binary variables should not be defined if tests don't exist 2014-12-08 15:26:09 -05:00
Makefile_Elua.am elua: remove main.h (launcher is only 1 C file now) 2014-12-12 13:43:39 +00:00
Makefile_Elua_Helper.am elua: fix make helper 2014-12-11 17:11:30 +00:00
Makefile_Embryo.am
Makefile_Emile.am emile: fix build on NEON enable system. 2015-03-22 17:41:36 +01:00
Makefile_Emotion.am build: Workaround an automake limitation during parallel install relinking 2015-02-26 13:51:20 +01:00
Makefile_Eo.am Eo: protect against recursive object destruction calls, fixes T1741 2014-11-18 15:25:34 +00:00
Makefile_Eo_Cxx.am fix build when cxx is disabled 2015-01-06 15:09:11 -05:00
Makefile_Eolian.am eolian: fix make distcheck 2015-02-19 15:30:02 +01:00
Makefile_Eolian_Cxx.am eolian_cxx: Fix occasional build error with eolian_cxx_test_wrapper.cc 2015-02-23 17:53:59 -03:00
Makefile_Eolian_Cxx_Helper.am
Makefile_Eolian_Helper.am
Makefile_Escape.am
Makefile_Ethumb.am build: Workaround an automake limitation during parallel install relinking 2015-02-26 13:51:20 +01:00
Makefile_Ethumb_Client.am
Makefile_Evas.am autotools: use bash for gen_shaders*.sh 2015-04-10 12:05:05 +02:00
Makefile_Evas_Cxx.am evas - unbreak build from cedric merge... 2015-04-04 09:42:05 +09:00
Makefile_Evil.am