Bladeren bron

libpipi: move histogram.c and measure.c in a new analysis/ subdirectory.

git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/libpipi/trunk@3102 92316355-f0b4-4df1-b90c-862c8a59935f
remotes/tiles
sam 16 jaren geleden
bovenliggende
commit
6daa91eeab
3 gewijzigde bestanden met toevoegingen van 4 en 4 verwijderingen
  1. +4
    -4
      pipi/Makefile.am
  2. +0
    -0
      pipi/analysis/histogram.c
  3. +0
    -0
      pipi/analysis/measure.c

+ 4
- 4
pipi/Makefile.am Bestand weergeven

@@ -26,7 +26,6 @@ libpipi_la_SOURCES = \
colorstring.c \
resize.c \
dither.c \
measure.c \
accessors.c \
$(codec_sources) \
$(paint_sources) \
@@ -35,7 +34,7 @@ libpipi_la_SOURCES = \
$(filter_sources) \
$(quantize_sources) \
$(dither_sources) \
$(histogram_sources) \
$(analysis_sources) \
$(NULL)
libpipi_la_CFLAGS = $(codec_cflags)
libpipi_la_LDFLAGS = $(codec_libs) \
@@ -84,8 +83,9 @@ dither_sources = \
dither/dbs.c \
dither/random.c

histogram_sources = \
histogram/histogram.c
analysis_sources = \
analysis/measure.c \
analysis/histogram.c

# Conditional sources



pipi/histogram/histogram.c → pipi/analysis/histogram.c Bestand weergeven


pipi/measure.c → pipi/analysis/measure.c Bestand weergeven


Laden…
Annuleren
Opslaan