diff options
author | nicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-06-14 21:58:17 +0000 |
---|---|---|
committer | nicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-06-14 21:58:17 +0000 |
commit | f1871d576689273847e084e90bd1baa20d68f243 (patch) | |
tree | 424d52c90cf534937bf5b7e047065e29f0fd2b80 /Makefile | |
parent | 900e74381f3834dc8d7d2ed3d6109f35f1a4a7e8 (diff) | |
download | mpv-f1871d576689273847e084e90bd1baa20d68f243.tar.bz2 mpv-f1871d576689273847e084e90bd1baa20d68f243.tar.xz |
restored support for dvdnav only in the stream layer; all other functionalities are disabled
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18715 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -114,6 +114,7 @@ COMMON_LIBS = libmpcodecs/libmpcodecs.a \ postproc/libswscale.a \ osdep/libosdep.a \ $(DVDREAD_LIB) \ + $(DVDNAV_LIB) \ $(CODEC_LIBS) \ $(FREETYPE_LIB) \ $(TERMCAP_LIB) \ |