mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
improved python detection and added --with-pythonincdir for configure.in
This commit is contained in:
parent
77603ff798
commit
dcdf8c2a00
3 changed files with 13 additions and 4 deletions
|
|
@ -19,11 +19,11 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "Python.h"
|
||||
#include <stddef.h>
|
||||
#include "config.h"
|
||||
#include "asoundlib.h"
|
||||
#include "mixer_abst.h"
|
||||
#include <python/Python.h>
|
||||
|
||||
struct python_priv {
|
||||
int py_initialized;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue