Ignore:
Timestamp:
May 18, 2006, 11:27:29 PM (18 years ago)
Author:
Paul Brossier <piem@altern.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
f56dc47
Parents:
1ab7d54
Message:

use -fPIC to build puredata plugin
use -fPIC to build puredata plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/puredata/Makefile.am

    r1ab7d54 r7e4613b  
    3131
    3232AM_CFLAGS = -I$(srcdir)/../../src \
    33     -DPD -O2 -funroll-loops -fomit-frame-pointer \
     33    -DPD -O2 -fPIC -funroll-loops -fomit-frame-pointer \
    3434    -Wall -W -Wshadow -Wstrict-prototypes -Werror \
    3535    -Wno-unused -Wno-parentheses -Wno-switch
Note: See TracChangeset for help on using the changeset viewer.