|
Revision 83f88155046151da849352a78149ab2fc90dd794, 373 bytes
(checked in by Rémi Denis-Courmont <rem@videolan.org>, 2 months ago)
|
Export WORDS_BIGENDIAN to pkg-config unless someone knows better
|
- Property mode set to
100644
|
| Line | |
|---|
| 1 |
prefix=@prefix@ |
|---|
| 2 |
exec_prefix=@exec_prefix@ |
|---|
| 3 |
libdir=@libdir@ |
|---|
| 4 |
includedir=@includedir@ |
|---|
| 5 |
|
|---|
| 6 |
Name: VLC plugin API |
|---|
| 7 |
Description: VLC media player plugin interface |
|---|
| 8 |
Version: @VERSION@ |
|---|
| 9 |
Cflags: -I${includedir} -I${includedir}/vlc/plugins \ |
|---|
| 10 |
-D_FILE_OFFSET_BITS=64 \ |
|---|
| 11 |
-D__USE_UNIX98 \ |
|---|
| 12 |
-D_LARGEFILE64_SOURCE \ |
|---|
| 13 |
@DEFS_BIGENDIAN@ \ |
|---|
| 14 |
-D_REENTRANT \ |
|---|
| 15 |
-D_THREAD_SAFE |
|---|
| 16 |
Libs: -L${libdir} -lvlccore |
|---|