From 8445dc1e96f8de00ff89b728a9f6cf749cc2c2b0 Mon Sep 17 00:00:00 2001 From: rfelker Date: Thu, 30 Mar 2006 22:14:44 +0000 Subject: remove deprecated, never-used gnu gettext cruft. proper runtime message catalogs will be added with catgets in the (near?) future. this resolves complaints about mp_msg printing crap at startup when gettext was (stupidly) enabled by default even though it was not useful. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17999 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5eb0069a42..60c115200a 100644 --- a/Makefile +++ b/Makefile @@ -392,7 +392,6 @@ LIBS_MPLAYER = libvo/libvo.a \ $(LIRCC_LIB) \ $(STATIC_LIB) \ $(ARCH_LIB) \ - $(I18NLIBS) \ $(MATH_LIB) \ $(LIBC_LIB) \ @@ -433,7 +432,6 @@ LIBS_MENCODER = libmpcodecs/libmpencoders.a \ $(LIRC_LIB) \ $(LIRCC_LIB) \ $(ARCH_LIB) \ - $(I18NLIBS) \ $(MATH_LIB) \ $(LIBC_LIB) \ -- cgit v1.2.3