summaryrefslogtreecommitdiffstats
path: root/old-makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-17 02:39:45 +0100
committerwm4 <wm4@nowhere>2013-12-17 02:39:45 +0100
commit0112143fdaae0a6264d9e02355e9dc0ca4f7741c (patch)
treebbbe9527d1e1490e37b67d97398c5bc19c7794cd /old-makefile
parent73a5417950a2d21a397597c05521725f3d125993 (diff)
downloadmpv-0112143fdaae0a6264d9e02355e9dc0ca4f7741c.tar.bz2
mpv-0112143fdaae0a6264d9e02355e9dc0ca4f7741c.tar.xz
Split mpvcore/ into common/, misc/, bstr/
Diffstat (limited to 'old-makefile')
-rw-r--r--old-makefile30
1 files changed, 15 insertions, 15 deletions
diff --git a/old-makefile b/old-makefile
index 4241955581..6756a18e18 100644
--- a/old-makefile
+++ b/old-makefile
@@ -95,7 +95,7 @@ SOURCES-$(GL) += video/out/gl_common.c video/out/gl_osd.c \
video/out/pnm_loader.c
SOURCES-$(ENCODING) += video/out/vo_lavc.c audio/out/ao_lavc.c \
- mpvcore/encode_lavc.c
+ common/encode_lavc.c
SOURCES-$(GL_WIN32) += video/out/w32_common.c video/out/gl_w32.c
SOURCES-$(GL_X11) += video/out/x11_common.c video/out/gl_x11.c
@@ -180,6 +180,18 @@ SOURCES = audio/audio.c \
audio/out/ao.c \
audio/out/ao_null.c \
audio/out/ao_pcm.c \
+ bstr/bstr.c \
+ common/asxparser.c \
+ common/av_common.c \
+ common/av_log.c \
+ common/av_opts.c \
+ common/codecs.c \
+ common/cpudetect.c \
+ common/common.c \
+ common/msg.c \
+ common/playlist.c \
+ common/playlist_parser.c \
+ common/version.c \
demux/codec_tags.c \
demux/demux.c \
demux/demux_edl.c \
@@ -193,20 +205,8 @@ SOURCES = audio/audio.c \
demux/ebml.c \
demux/mf.c \
input/input.c \
- mpvcore/asxparser.c \
- mpvcore/av_common.c \
- mpvcore/av_log.c \
- mpvcore/av_opts.c \
- mpvcore/bstr.c \
- mpvcore/charset_conv.c \
- mpvcore/codecs.c \
- mpvcore/cpudetect.c \
- mpvcore/mp_common.c \
- mpvcore/mp_msg.c \
- mpvcore/mp_ring.c \
- mpvcore/playlist.c \
- mpvcore/playlist_parser.c \
- mpvcore/version.c \
+ misc/charset_conv.c \
+ misc/ring.c \
options/m_config.c \
options/m_option.c \
options/m_property.c \