Changeset e219a0855762a9c0f6f28532d8c60ee2095142a9

Show
Ignore:
Timestamp:
22/11/06 21:00:19 (2 years ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1164225619 +0000
git-parent:

[218990780ed565d4f2ccf5a424e3abce11a84db0]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1164225619 +0000
Message:

Move encoding and language stuff to their own directory

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/access/dvdnav.c

    rf485214 re219a08  
    4848 
    4949/* FIXME we should find a better way than including that */ 
    50 #include "../../src/misc/iso-639_def.h" 
     50#include "../../src/text/iso-639_def.h" 
    5151 
    5252 
  • src/Makefile.am

    rec12def re219a08  
    315315    network/rootwrap.c \ 
    316316    network/tls.c \ 
    317     misc/charset.c \ 
     317    text/charset.c \ 
     318    text/strings.c \ 
     319    text/unicode.c \ 
     320    text/iso_lang.c \ 
     321    text/iso-639_def.h \ 
    318322    misc/md5.c \ 
    319323    misc/mtime.c \ 
     
    322326    misc/threads.c \ 
    323327    misc/stats.c \ 
    324     misc/strings.c \ 
    325     misc/unicode.c \ 
    326328    misc/cpu.c \ 
    327329    misc/configuration.c \ 
    328330    misc/configuration_chain.c \ 
    329331    misc/image.c \ 
    330     misc/iso_lang.c \ 
    331     misc/iso-639_def.h \ 
    332332    misc/messages.c \ 
    333333    misc/objects.c \ 
  • src/input/es_out.c

    r8f1b244 re219a08  
    3939#include "iso_lang.h" 
    4040/* FIXME we should find a better way than including that */ 
    41 #include "../misc/iso-639_def.h" 
     41#include "../text/iso-639_def.h" 
    4242 
    4343/*****************************************************************************