summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-30 22:14:44 +0000
committerrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-30 22:14:44 +0000
commit8445dc1e96f8de00ff89b728a9f6cf749cc2c2b0 (patch)
treea5a1cfab79200d894e1479a82ebbfd2d2c152892 /Makefile
parentfdac1e19a4a17a6496e5355a524c4ff34dfaf231 (diff)
downloadmpv-8445dc1e96f8de00ff89b728a9f6cf749cc2c2b0.tar.bz2
mpv-8445dc1e96f8de00ff89b728a9f6cf749cc2c2b0.tar.xz
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
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) \