From 10bb9055912df863a6fb12996d8c0a18a83bb8ba Mon Sep 17 00:00:00 2001 From: compn Date: Sun, 4 Mar 2007 15:48:20 +0000 Subject: getopt is only needed on msvc, remove from mingw/linux compile info git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22457 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/vfw2menc.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'TOOLS') diff --git a/TOOLS/vfw2menc.c b/TOOLS/vfw2menc.c index c2df69a391..0802a187c8 100644 --- a/TOOLS/vfw2menc.c +++ b/TOOLS/vfw2menc.c @@ -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 -- cgit v1.2.3