view audacious.pc.in @ 2592:6f7be3702c5f trunk

[svn] - revert the penalty-based "find something to play" logic of 1.2. it's mostly irrelevant now, because entries should have a decoder mapped to them by the time we get here now, and if they don't, playback_play_file() can handle it.
author nenolod
date Wed, 28 Feb 2007 09:52:22 -0800
parents 3787176f9875
children e21a9128e683
line wrap: on
line source

prefix=@prefix@
exec_prefix=@exec_prefix@
data_dir=@datadir@/@PACKAGE_NAME@

version=@PACKAGE_VERSION@
include_dir=@includedir@
audacious_include_dir=@includedir@
lib_dir=@libdir@

plugin_dir=@plugindir@
input_plugin_dir=@plugindir@/@INPUT_PLUGIN_DIR@
output_plugin_dir=@plugindir@/@OUTPUT_PLUGIN_DIR@
general_plugin_dir=@plugindir@/@GENERAL_PLUGIN_DIR@
visualization_plugin_dir=@plugindir@/@VISUALIZATION_PLUGIN_DIR@
effect_plugin_dir=@plugindir@/@EFFECT_PLUGIN_DIR@

Name: Audacious
Description: Audacious is a versatile and handy multi platform media player
Version: @PACKAGE_VERSION@
Requires: @PC_REQUIRES@
Libs: -L${lib_dir} -laudacious
Cflags: -I${audacious_include_dir}