[x264-devel] [PATCH] OS/2 support + '--with-install' option
Loren Merritt
lorenm at u.washington.edu
Sat Sep 27 18:41:10 CEST 2008
On Sat, 27 Sep 2008, KO Myung-Hun wrote:
> '--with-install' option to use a
> install program other than 'install', such as 'ginstall'.
Use a shell variable, not a cli option. Then it's just one line:
INSTALL=${INSTALL-install}
>+ ULONG numprocs = 1;
Either uint32_t or unsigned long. I don't care what the OS/2 API docs say,
ULONG isn't a standard type.
>+ ; Kludge: aout format does not support .rodata neither align, so use .data.
Then you can't use SSE. Unless you mean that all sections are always
16-byte aligned, and only the attribute is missing?
>+ echo "IMPLIBNAME=libx264_dll.a" >> config.mak
MINGW uses IMPLIBNAME=libx264.dll.a
Are you stuck in 8.3 land?
--Loren Merritt
More information about the x264-devel
mailing list