mirror of https://github.com/mpv-player/mpv
Update Makefile to account for native/RTjpegN.c --> native/rtjpegn.c renaming.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26339 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
8109559bf8
commit
9087c4270b
|
@ -4,7 +4,7 @@ LIBNAME_COMMON = libmpcodecs.a
|
||||||
LIBNAME_MENCODER = libmpencoders.a
|
LIBNAME_MENCODER = libmpencoders.a
|
||||||
|
|
||||||
SRCS_COMMON = native/nuppelvideo.c \
|
SRCS_COMMON = native/nuppelvideo.c \
|
||||||
native/RTjpegN.c \
|
native/rtjpegn.c \
|
||||||
native/xa_gsm.c \
|
native/xa_gsm.c \
|
||||||
img_format.c \
|
img_format.c \
|
||||||
mp_image.c \
|
mp_image.c \
|
||||||
|
|
Loading…
Reference in New Issue