blob: a75a43fea0e33e12f9d5c0a4d04f688c9c9f7b55 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef _CONFIG_H
#define _CONFIG_H
/* package name */
#define PACKAGE "${PACKAGE}"
/* used libraries */
#cmakedefine ENABLE_FAAD
#cmakedefine ENABLE_MAD
#endif /* _CONFIG_H */
|