search for: flac__plugin_xmms__plugin_h

Displaying 2 results from an estimated 2 matches for "flac__plugin_xmms__plugin_h".

2013 Feb 07
0
[PATCH 3/4] xmms - Fix inline linking problems with old glib
...e <config.h> -#endif +#include "plugin.h" #include <limits.h> #include <pthread.h> diff --git a/src/plugin_xmms/plugin.h b/src/plugin_xmms/plugin.h index e17cb1c..858a874 100644 --- a/src/plugin_xmms/plugin.h +++ b/src/plugin_xmms/plugin.h @@ -19,6 +19,14 @@ #ifndef FLAC__PLUGIN_XMMS__PLUGIN_H #define FLAC__PLUGIN_XMMS__PLUGIN_H +#if HAVE_CONFIG_H +# include <config.h> +#endif + +#if defined(__GNUC_STDC_INLINE__) +# define G_INLINE_FUNC extern inline __attribute__((gnu_inline)) +#endif + void set_track_info(const char* title, int length_in_msec); #endif diff --git a/src/pl...
2012 Dec 04
0
[PATCH] Update FSF address.
...on, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef FLAC__PLUGIN_XMMS__PLUGIN_H diff --git a/src/plugin_xmms/tag.c b/src/plugin_xmms/tag.c index 7fabd90..938cde8 100644 --- a/src/plugin_xmms/tag.c +++ b/src/plugin_xmms/tag.c @@ -14,9 +14,9 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should ha...