diff options
author | Michele Calgaro <[email protected]> | 2023-10-30 22:58:44 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-10-31 11:02:31 +0900 |
commit | 83c41bf10a26417c812824610f48d5f18f0cbf64 (patch) | |
tree | 475aef8f6b6db4d9dfad18ae8e897e3d1dfcf669 /k9decmpeg/Makefile.am | |
parent | ba8334a13e607ccc86cdd57ccc98f013fe51411d (diff) | |
download | k9copy-83c41bf10a26417c812824610f48d5f18f0cbf64.tar.gz k9copy-83c41bf10a26417c812824610f48d5f18f0cbf64.zip |
Drop autotools support
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit d328d200f36b78d13750d89093c32cc3862aaeae)
Diffstat (limited to 'k9decmpeg/Makefile.am')
-rw-r--r-- | k9decmpeg/Makefile.am | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/k9decmpeg/Makefile.am b/k9decmpeg/Makefile.am deleted file mode 100644 index c47f0e4..0000000 --- a/k9decmpeg/Makefile.am +++ /dev/null @@ -1,19 +0,0 @@ -AM_CPPFLAGS= -I$(srcdir) $(all_includes) - -KDE_CXXFLAGS = $(ENABLE_PERMISSIVE_FLAG) - -METASOURCES = AUTO - -libk9decmpeg_la_LDFLAGS = $(all_libraries) -noinst_LTLIBRARIES = libk9decmpeg.la -libk9decmpeg_la_SOURCES = alloc.cpp attributes.h bswap.h convert_internal.h \ - cpu_accel.cpp cpu_state.cpp decode.cpp header.cpp idct_alpha.cpp idct_altivec.cpp \ - idct.cpp idct_mmx.cpp kdecmpeg2.cpp kdecmpeg2.h mmx.h motion_comp_alpha.cpp \ - motion_comp_altivec.cpp motion_comp.cpp motion_comp_mmx.cpp motion_comp_vis.cpp mpeg2convert.h \ - mpeg2.h mpeg2_internal.h rgb.cpp rgb_mmx.cpp rgb_vis.cpp slice.cpp tendra.h \ - uyvy.cpp video_out.h vis.h vlc.h k9decodethread.cpp k9plaympeg2.cpp -INCLUDES = -I$(top_srcdir)/k9vamps \ - -I$(top_srcdir)/libdvdnav -I$(top_srcdir)/libk9copy - -noinst_HEADERS = k9decodethread.h k9plaympeg2.h - |