mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
set up to use config option for win32 dll dir
Original commit message from CVS: set up to use config option for win32 dll dir
This commit is contained in:
parent
3acac6f9f3
commit
5064c6a5b4
2 changed files with 4 additions and 2 deletions
|
@ -84,7 +84,8 @@ typedef struct
|
|||
int usage;
|
||||
}codec_t;
|
||||
|
||||
#define Win32Path "/usr/lib/win32/"
|
||||
//#define Win32Path "/usr/lib/win32/"
|
||||
#define Win32Path GST_WIN32_LIBDIR
|
||||
static codec_t avi_codecs[]={
|
||||
{0, Win32Path"divxc32.dll", 0}, //0
|
||||
{0, Win32Path"ir50_32.dll", 0},
|
||||
|
|
|
@ -45,7 +45,8 @@ extern DWORD fixup_imports(WINE_MODREF *wm);
|
|||
extern void dump_exports(HMODULE hModule);
|
||||
/*---------------- END HACKS ---------------*/
|
||||
|
||||
char *extra_ld_library_path = "/usr/lib/win32";
|
||||
//char *extra_ld_library_path = "/usr/lib/win32";
|
||||
char *extra_ld_library_path = GST_WIN32_LIBDIR;
|
||||
|
||||
struct elfdll_image
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue