gst_plugins_base/group/gstfft.mmp
branchRCL_3
changeset 29 567bb019e3e3
parent 2 5505e8908944
child 30 7e817e7e631c
equal deleted inserted replaced
6:9b2c3c7a1a9c 29:567bb019e3e3
    17 * Boston, MA 02111-1307, USA.
    17 * Boston, MA 02111-1307, USA.
    18 *
    18 *
    19 * Description:
    19 * Description:
    20 *
    20 *
    21 */
    21 */
       
    22 
    22 
    23 
    23 #include <platform_paths.hrh>                    
    24 #include <platform_paths.hrh>                    
    24 
    25 
    25 TARGET          libgstfft.dll
    26 TARGET          libgstfft.dll
    26 TARGETTYPE      DLL
    27 TARGETTYPE      DLL
    42 USERINCLUDE     ..
    43 USERINCLUDE     ..
    43 
    44 
    44 MW_LAYER_SYSTEMINCLUDE
    45 MW_LAYER_SYSTEMINCLUDE
    45 OS_LAYER_LIBC_SYSTEMINCLUDE
    46 OS_LAYER_LIBC_SYSTEMINCLUDE
    46 OS_LAYER_GLIB_SYSTEMINCLUDE
    47 OS_LAYER_GLIB_SYSTEMINCLUDE
    47 USERINCLUDE		../../include/gstreamer
    48 MW_LAYER_GSTREAMER_SYSTEMINCLUDE
    48 USERINCLUDE		../../include/gstreamer/gst
       
    49 USERINCLUDE		../../include/gstreamer/gst/base
       
    50 USERINCLUDE		../../include/gstreamer/gst/controller
       
    51 USERINCLUDE		../../include/gstreamer/gst/dataprotocol
       
    52 USERINCLUDE		../../include/gstreamer/gst/net
       
    53 
    49 
    54 SOURCEPATH      ../gst-libs/gst/fft
    50 SOURCEPATH      ../gst-libs/gst/fft
    55 SOURCE          gstfft.c
    51 SOURCE          gstfft.c
    56 SOURCE          gstfftf32.c
    52 SOURCE          gstfftf32.c
    57 SOURCE          gstfftf64.c
    53 SOURCE          gstfftf64.c