Mercurial > mplayer.hg
changeset 22439:56518bb5e79c
getopt is only needed on msvc, remove from mingw/linux compile info
author | compn |
---|---|
date | Sun, 04 Mar 2007 15:48:20 +0000 |
parents | c0b8721ebf0d |
children | ee6b8e74d727 |
files | TOOLS/vfw2menc.c |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/TOOLS/vfw2menc.c Sun Mar 04 15:47:11 2007 +0000 +++ b/TOOLS/vfw2menc.c Sun Mar 04 15:48:20 2007 +0000 @@ -20,8 +20,9 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -/* On mingw compile with: gcc getopt.c vfw2menc.c -o vfw2menc.exe -lwinmm -lole32 */ -/* Using wine: winegcc getopt.c vfw2menc.c -o vfw2menc -lwinmm -lole32 */ +/* On MinGW compile with: gcc vfw2menc.c -o vfw2menc.exe -lwinmm -lole32 */ +/* Using Wine: winegcc vfw2menc.c -o vfw2menc -lwinmm -lole32 */ +/* MSVC requires getopt.c and getopt.h available at the original website */ #ifdef _MSC_VER #define _CRT_SECURE_NO_DEPRECATE