summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-02-14 17:57:47 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-02-14 17:57:47 +0000
commitb8c7c3ff11a25fe329acd4813c21d2e498c6f668 (patch)
treec9474606f61b95363980aa32c5dcb18ac521fc24 /Makefile
parentc4854a0eadb497df9300d1c32a86236854334e47 (diff)
downloadmpv-b8c7c3ff11a25fe329acd4813c21d2e498c6f668.tar.bz2
mpv-b8c7c3ff11a25fe329acd4813c21d2e498c6f668.tar.xz
Create a fmt-conversion.c file so fmt-conversion.h can be included by multiple files.
Also restructure the code so it provides a pixfmt2imgfmt function, too. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28561 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 51e62467f1..81426b471f 100644
--- a/Makefile
+++ b/Makefile
@@ -38,6 +38,7 @@ SRCS_COMMON = asxparser.c \
cpudetect.c \
edl.c \
find_sub.c \
+ fmt-conversion.c \
get_path.c \
m_config.c \
m_option.c \