mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
Make dist now works
Original commit message from CVS: Make dist now works
This commit is contained in:
parent
a114c20d48
commit
1c6925c316
3 changed files with 4 additions and 5 deletions
|
@ -1,8 +1,5 @@
|
|||
SUBDIRS = wine
|
||||
|
||||
noinst_HEADERS = \
|
||||
avifmt.h \
|
||||
default.h \
|
||||
mmx.h \
|
||||
registry.h \
|
||||
sse.h
|
||||
|
|
|
@ -8,7 +8,7 @@ CFLAGS += -O0 -funroll-loops
|
|||
libwinloader_la_SOURCES = win32.c driver.c elfdll.c ext.c module.c \
|
||||
pe_image.c pe_resource.c registry.c resource.c stubs.s vfl.c afl.c
|
||||
|
||||
noinst_HEADERS = wineacm.h
|
||||
noinst_HEADERS = wineacm.h win32.h registry.h avifmt.h
|
||||
|
||||
DEFINES=-rdynamic -fPIC -D__WINE__ -Ddbg_printf=__vprintf -DTRACE=__vprintf
|
||||
CFLAGS += $(DEFINES)
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
#include <wine/vfw.h>
|
||||
#include <registry.h>
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#define STORE_ALL \
|
||||
__asm__ ( \
|
||||
"push %%ebx\n\t" \
|
||||
|
@ -23,7 +25,7 @@
|
|||
"pop %%ebx\n\t"::)
|
||||
|
||||
|
||||
#define WIN32_PATH "/usr/lib/win32"
|
||||
#define WIN32_PATH GST_WIN32_LIBDIR
|
||||
|
||||
typedef struct {
|
||||
UINT uDriverSignature;
|
||||
|
|
Loading…
Reference in a new issue