mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-04-02 10:52:54 -04:00
git-svn-id: http://pcsx2.googlecode.com/svn/branches/pcsx2_0.9.4@186 96395faa-99c1-11dd-bbfe-3dabce05a288
8 lines
No EOL
195 B
Makefile
8 lines
No EOL
195 B
Makefile
INCLUDES = -I@srcdir@/../ -I@srcdir@/../x86
|
|
noinst_LIBRARIES = libIPU.a
|
|
|
|
libIPU_a_SOURCES = IPU.c yuv2rgb.c coroutine.c acoroutine.S
|
|
|
|
SUBDIRS = mpeg2lib
|
|
|
|
#libIPU_a_LIBADD = mpeg2lib/libmpeg2IPU.a
|