~brandontschaefer/libsdl/forward-declare-1306629-fix

« back to all changes in this revision

Viewing changes to src/audio/android/SDL_androidaudio.h

  • Committer: Package Import Robot
  • Author(s): Manuel A. Fernandez Montecelo, !hurd-any
  • Date: 2014-03-19 20:22:29 UTC
  • mfrom: (7.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20140319202229-gaih8nbeixn99kc1
Tags: 2.0.2+dfsg1-3
Actually change Build-Depends libegl1-mesa-dev to be conditionally
[!hurd-any].  It was applied to libgl1-mesa-dev by mistake in -2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
  Simple DirectMedia Layer
3
 
  Copyright (C) 1997-2013 Sam Lantinga <slouken@libsdl.org>
 
3
  Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>
4
4
 
5
5
  This software is provided 'as-is', without any express or implied
6
6
  warranty.  In no event will the authors be held liable for any damages
18
18
     misrepresented as being the original software.
19
19
  3. This notice may not be removed or altered from any source distribution.
20
20
*/
21
 
#include "SDL_config.h"
 
21
#include "../../SDL_internal.h"
22
22
 
23
23
#ifndef _SDL_androidaudio_h
24
24
#define _SDL_androidaudio_h