diff options
author | Daniel Willmann <d.willmann@samsung.com> | 2012-12-14 23:38:25 +0000 |
---|---|---|
committer | Daniel Willmann <daniel@totalueberwachung.de> | 2012-12-14 23:38:25 +0000 |
commit | 29931c273f9d4c61c63c204373964281e64e7b1c (patch) | |
tree | 98723c78ccad52a1585f6d56dea04fbc8844878d /pc | |
parent | eb15fa9e9c87bfe95062ed12be2fb383e0ee9e43 (diff) | |
download | efl-29931c273f9d4c61c63c204373964281e64e7b1c.tar.gz efl-29931c273f9d4c61c63c204373964281e64e7b1c.tar.xz efl-29931c273f9d4c61c63c204373964281e64e7b1c.zip |
efl: Add build system support for ecore_audio
Disabled by default, enable with --enable-audio
ALSA support is disabled as it is not there yet. Pulseaudio should work
though.
Support for .ogg and .wav is there as well (.mp3 is not)
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
SVN revision: 81000
Diffstat (limited to 'pc')
-rw-r--r-- | pc/ecore-audio.pc.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pc/ecore-audio.pc.in b/pc/ecore-audio.pc.in new file mode 100644 index 000000000..ced2f8375 --- /dev/null +++ b/pc/ecore-audio.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: ecore-audio +Description: E core library, audio module +Requires.private: @requirements_pc_ecore_audio@ +Version: @VERSION@ +Libs: -L${libdir} -lecore_audio +Libs.private: @requirements_libs_ecore_audio@ +Cflags: -I${includedir}/ecore-@VMAJ@ |