aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dato <nicolas.dato@gmail.com>2025-07-05 20:15:31 -0300
committerNicolas Dato <nicolas.dato@gmail.com>2025-07-05 20:16:57 -0300
commit519a4bf995d1a8eb112feaa7fbee8b39657e15da (patch)
treeee285408fb31966036ce6cdfc91dc329d37e0512
parent9cd9aba0935cc87b70fdd456bac5ba452b50d9bf (diff)
downloadlibtuberia-519a4bf995d1a8eb112feaa7fbee8b39657e15da.tar.gz
renaming example
-rw-r--r--.gitignore2
-rw-r--r--example/Makefile.am10
-rw-r--r--example/Makefile.in60
-rw-r--r--example/decode_resize_encode.c (renamed from example/decode_filter_encode.c)0
4 files changed, 36 insertions, 36 deletions
diff --git a/.gitignore b/.gitignore
index 4f04421..b10a3cb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,4 +18,4 @@ test/*.log
test/*.trs
test/test_itc
test/test_tuberia
-decode_filter_encode
+decode_resize_encode
diff --git a/example/Makefile.am b/example/Makefile.am
index f7bee12..5043e21 100644
--- a/example/Makefile.am
+++ b/example/Makefile.am
@@ -1,7 +1,7 @@
-noinst_PROGRAMS = decode_filter_encode
+noinst_PROGRAMS = decode_resize_encode
-decode_filter_encode_CFLAGS = $(AM_CFLAGS) -I../src
-decode_filter_encode_LDADD = ../src/libtuberia.a
-decode_filter_encode_LDFLAGS = -lpthread -lavcodec -lavformat -lavutil -lswscale
-decode_filter_encode_SOURCES = decode_filter_encode.c
+decode_resize_encode_CFLAGS = $(AM_CFLAGS) -I../src
+decode_resize_encode_LDADD = ../src/libtuberia.a
+decode_resize_encode_LDFLAGS = -lpthread -lavcodec -lavformat -lavutil -lswscale
+decode_resize_encode_SOURCES = decode_resize_encode.c
diff --git a/example/Makefile.in b/example/Makefile.in
index 6cdb8cf..3386dc7 100644
--- a/example/Makefile.in
+++ b/example/Makefile.in
@@ -86,7 +86,7 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
-noinst_PROGRAMS = decode_filter_encode$(EXEEXT)
+noinst_PROGRAMS = decode_resize_encode$(EXEEXT)
subdir = example
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
@@ -98,12 +98,12 @@ CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
PROGRAMS = $(noinst_PROGRAMS)
-am_decode_filter_encode_OBJECTS = \
- decode_filter_encode-decode_filter_encode.$(OBJEXT)
-decode_filter_encode_OBJECTS = $(am_decode_filter_encode_OBJECTS)
-decode_filter_encode_DEPENDENCIES = ../src/libtuberia.a
-decode_filter_encode_LINK = $(CCLD) $(decode_filter_encode_CFLAGS) \
- $(CFLAGS) $(decode_filter_encode_LDFLAGS) $(LDFLAGS) -o $@
+am_decode_resize_encode_OBJECTS = \
+ decode_resize_encode-decode_resize_encode.$(OBJEXT)
+decode_resize_encode_OBJECTS = $(am_decode_resize_encode_OBJECTS)
+decode_resize_encode_DEPENDENCIES = ../src/libtuberia.a
+decode_resize_encode_LINK = $(CCLD) $(decode_resize_encode_CFLAGS) \
+ $(CFLAGS) $(decode_resize_encode_LDFLAGS) $(LDFLAGS) -o $@
AM_V_P = $(am__v_P_@AM_V@)
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
am__v_P_0 = false
@@ -120,7 +120,7 @@ DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__maybe_remake_depfiles = depfiles
am__depfiles_remade = \
- ./$(DEPDIR)/decode_filter_encode-decode_filter_encode.Po
+ ./$(DEPDIR)/decode_resize_encode-decode_resize_encode.Po
am__mv = mv -f
AM_V_lt = $(am__v_lt_@AM_V@)
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
@@ -138,8 +138,8 @@ AM_V_CCLD = $(am__v_CCLD_@AM_V@)
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
am__v_CCLD_0 = @echo " CCLD " $@;
am__v_CCLD_1 =
-SOURCES = $(decode_filter_encode_SOURCES)
-DIST_SOURCES = $(decode_filter_encode_SOURCES)
+SOURCES = $(decode_resize_encode_SOURCES)
+DIST_SOURCES = $(decode_resize_encode_SOURCES)
am__can_run_installinfo = \
case $$AM_UPDATE_INFO_DIR in \
n|no|NO) false;; \
@@ -258,10 +258,10 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-decode_filter_encode_CFLAGS = $(AM_CFLAGS) -I../src
-decode_filter_encode_LDADD = ../src/libtuberia.a
-decode_filter_encode_LDFLAGS = -lpthread -lavcodec -lavformat -lavutil -lswscale
-decode_filter_encode_SOURCES = decode_filter_encode.c
+decode_resize_encode_CFLAGS = $(AM_CFLAGS) -I../src
+decode_resize_encode_LDADD = ../src/libtuberia.a
+decode_resize_encode_LDFLAGS = -lpthread -lavcodec -lavformat -lavutil -lswscale
+decode_resize_encode_SOURCES = decode_resize_encode.c
all: all-am
.SUFFIXES:
@@ -299,9 +299,9 @@ $(am__aclocal_m4_deps):
clean-noinstPROGRAMS:
-test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
-decode_filter_encode$(EXEEXT): $(decode_filter_encode_OBJECTS) $(decode_filter_encode_DEPENDENCIES) $(EXTRA_decode_filter_encode_DEPENDENCIES)
- @rm -f decode_filter_encode$(EXEEXT)
- $(AM_V_CCLD)$(decode_filter_encode_LINK) $(decode_filter_encode_OBJECTS) $(decode_filter_encode_LDADD) $(LIBS)
+decode_resize_encode$(EXEEXT): $(decode_resize_encode_OBJECTS) $(decode_resize_encode_DEPENDENCIES) $(EXTRA_decode_resize_encode_DEPENDENCIES)
+ @rm -f decode_resize_encode$(EXEEXT)
+ $(AM_V_CCLD)$(decode_resize_encode_LINK) $(decode_resize_encode_OBJECTS) $(decode_resize_encode_LDADD) $(LIBS)
mostlyclean-compile:
-rm -f *.$(OBJEXT)
@@ -309,7 +309,7 @@ mostlyclean-compile:
distclean-compile:
-rm -f *.tab.c
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decode_filter_encode-decode_filter_encode.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decode_resize_encode-decode_resize_encode.Po@am__quote@ # am--include-marker
$(am__depfiles_remade):
@$(MKDIR_P) $(@D)
@@ -331,19 +331,19 @@ am--depfiles: $(am__depfiles_remade)
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
-decode_filter_encode-decode_filter_encode.o: decode_filter_encode.c
-@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(decode_filter_encode_CFLAGS) $(CFLAGS) -MT decode_filter_encode-decode_filter_encode.o -MD -MP -MF $(DEPDIR)/decode_filter_encode-decode_filter_encode.Tpo -c -o decode_filter_encode-decode_filter_encode.o `test -f 'decode_filter_encode.c' || echo '$(srcdir)/'`decode_filter_encode.c
-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/decode_filter_encode-decode_filter_encode.Tpo $(DEPDIR)/decode_filter_encode-decode_filter_encode.Po
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='decode_filter_encode.c' object='decode_filter_encode-decode_filter_encode.o' libtool=no @AMDEPBACKSLASH@
+decode_resize_encode-decode_resize_encode.o: decode_resize_encode.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(decode_resize_encode_CFLAGS) $(CFLAGS) -MT decode_resize_encode-decode_resize_encode.o -MD -MP -MF $(DEPDIR)/decode_resize_encode-decode_resize_encode.Tpo -c -o decode_resize_encode-decode_resize_encode.o `test -f 'decode_resize_encode.c' || echo '$(srcdir)/'`decode_resize_encode.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/decode_resize_encode-decode_resize_encode.Tpo $(DEPDIR)/decode_resize_encode-decode_resize_encode.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='decode_resize_encode.c' object='decode_resize_encode-decode_resize_encode.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(decode_filter_encode_CFLAGS) $(CFLAGS) -c -o decode_filter_encode-decode_filter_encode.o `test -f 'decode_filter_encode.c' || echo '$(srcdir)/'`decode_filter_encode.c
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(decode_resize_encode_CFLAGS) $(CFLAGS) -c -o decode_resize_encode-decode_resize_encode.o `test -f 'decode_resize_encode.c' || echo '$(srcdir)/'`decode_resize_encode.c
-decode_filter_encode-decode_filter_encode.obj: decode_filter_encode.c
-@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(decode_filter_encode_CFLAGS) $(CFLAGS) -MT decode_filter_encode-decode_filter_encode.obj -MD -MP -MF $(DEPDIR)/decode_filter_encode-decode_filter_encode.Tpo -c -o decode_filter_encode-decode_filter_encode.obj `if test -f 'decode_filter_encode.c'; then $(CYGPATH_W) 'decode_filter_encode.c'; else $(CYGPATH_W) '$(srcdir)/decode_filter_encode.c'; fi`
-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/decode_filter_encode-decode_filter_encode.Tpo $(DEPDIR)/decode_filter_encode-decode_filter_encode.Po
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='decode_filter_encode.c' object='decode_filter_encode-decode_filter_encode.obj' libtool=no @AMDEPBACKSLASH@
+decode_resize_encode-decode_resize_encode.obj: decode_resize_encode.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(decode_resize_encode_CFLAGS) $(CFLAGS) -MT decode_resize_encode-decode_resize_encode.obj -MD -MP -MF $(DEPDIR)/decode_resize_encode-decode_resize_encode.Tpo -c -o decode_resize_encode-decode_resize_encode.obj `if test -f 'decode_resize_encode.c'; then $(CYGPATH_W) 'decode_resize_encode.c'; else $(CYGPATH_W) '$(srcdir)/decode_resize_encode.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/decode_resize_encode-decode_resize_encode.Tpo $(DEPDIR)/decode_resize_encode-decode_resize_encode.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='decode_resize_encode.c' object='decode_resize_encode-decode_resize_encode.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(decode_filter_encode_CFLAGS) $(CFLAGS) -c -o decode_filter_encode-decode_filter_encode.obj `if test -f 'decode_filter_encode.c'; then $(CYGPATH_W) 'decode_filter_encode.c'; else $(CYGPATH_W) '$(srcdir)/decode_filter_encode.c'; fi`
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(decode_resize_encode_CFLAGS) $(CFLAGS) -c -o decode_resize_encode-decode_resize_encode.obj `if test -f 'decode_resize_encode.c'; then $(CYGPATH_W) 'decode_resize_encode.c'; else $(CYGPATH_W) '$(srcdir)/decode_resize_encode.c'; fi`
ID: $(am__tagged_files)
$(am__define_uniq_tagged_files); mkid -fID $$unique
@@ -469,7 +469,7 @@ clean: clean-am
clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
distclean: distclean-am
- -rm -f ./$(DEPDIR)/decode_filter_encode-decode_filter_encode.Po
+ -rm -f ./$(DEPDIR)/decode_resize_encode-decode_resize_encode.Po
-rm -f Makefile
distclean-am: clean-am distclean-compile distclean-generic \
distclean-tags
@@ -515,7 +515,7 @@ install-ps-am:
installcheck-am:
maintainer-clean: maintainer-clean-am
- -rm -f ./$(DEPDIR)/decode_filter_encode-decode_filter_encode.Po
+ -rm -f ./$(DEPDIR)/decode_resize_encode-decode_resize_encode.Po
-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic
diff --git a/example/decode_filter_encode.c b/example/decode_resize_encode.c
index d436317..d436317 100644
--- a/example/decode_filter_encode.c
+++ b/example/decode_resize_encode.c