[libaacs-devel] aacs_open_device(): keep NULL path as NULL

2015-01-30 Thread npzacs
libaacs | branch: master | npzacs | Fri Jan 30 11:28:08 2015 +0200| [7780e4ddd6a2304c68f35896700ba60b19d45819] | committer: npzacs aacs_open_device(): keep NULL path as NULL > http://git.videolan.org/gitweb.cgi/libaacs.git/?a=commit;h=7780e4ddd6a2304c68f35896700ba60b19d45819 --- src/libaacs/a

[libaacs-devel] fix a nesting error in an #ifdef

2015-01-30 Thread Dominic Fandrey
libaacs | branch: master | Dominic Fandrey | Fri Jan 30 11:11:41 2015 +0200| [a9495d26e7edcef6a3e6d2eed9f6c068d1058bcd] | committer: npzacs fix a nesting error in an #ifdef > http://git.videolan.org/gitweb.cgi/libaacs.git/?a=commit;h=a9495d26e7edcef6a3e6d2eed9f6c068d1058bcd --- src/file/mmc_

[libaacs-devel] Hide unused variable warning when building without mntent.h

2015-01-30 Thread npzacs
libaacs | branch: master | npzacs | Fri Jan 30 11:20:57 2015 +0200| [2742c55c73ee1e475c8e50b61fc5dff32e5c401b] | committer: npzacs Hide unused variable warning when building without mntent.h > http://git.videolan.org/gitweb.cgi/libaacs.git/?a=commit;h=2742c55c73ee1e475c8e50b61fc5dff32e5c401b --

[libaacs-devel] mmc: check for NULL path

2015-01-30 Thread npzacs
libaacs | branch: master | npzacs | Fri Jan 30 11:24:00 2015 +0200| [c54891ba13b5a37fe5c6b96fcaa1d688978ab515] | committer: npzacs mmc: check for NULL path > http://git.videolan.org/gitweb.cgi/libaacs.git/?a=commit;h=c54891ba13b5a37fe5c6b96fcaa1d688978ab515 --- src/libaacs/mmc.c |8 ++

[libaacs-devel] include stdio.h (FreeBSD build fix)

2015-01-30 Thread Dominic Fandrey
libaacs | branch: master | Dominic Fandrey | Fri Jan 30 11:15:32 2015 +0200| [9f3c846b0ffe1f2b44cfe5c14abec5d94912e3ec] | committer: npzacs include stdio.h (FreeBSD build fix) > http://git.videolan.org/gitweb.cgi/libaacs.git/?a=commit;h=9f3c846b0ffe1f2b44cfe5c14abec5d94912e3ec --- src/file/m

[libaacs-devel] _file_open(): check for NULL path

2015-01-30 Thread npzacs
libaacs | branch: master | npzacs | Fri Jan 30 11:25:19 2015 +0200| [229dbf03be6cad2e8d5dea1291591b397f26a474] | committer: npzacs _file_open(): check for NULL path NULL path is valid only when application handles file access. > http://git.videolan.org/gitweb.cgi/libaacs.git/?a=commit;h=229dbf

[libaacs-devel] Fix "mpi_is_neg redefined" warning with gcrypt 1.6.1

2015-01-30 Thread npzacs
libaacs | branch: master | npzacs | Fri Jan 30 11:22:58 2015 +0200| [b3d84b9f4fdf135308e763a0e6da86c5bcf7faca] | committer: npzacs Fix "mpi_is_neg redefined" warning with gcrypt 1.6.1 > http://git.videolan.org/gitweb.cgi/libaacs.git/?a=commit;h=b3d84b9f4fdf135308e763a0e6da86c5bcf7faca --- src

Re: [libaacs-devel] Patch for FreeBSD (libaacs-0.8.0)

2015-01-30 Thread Dominic Fandrey
On 29/01/2015 13:40, Jean-Baptiste Kempf wrote: > Le 29/01/2015 13:30, Dominic Fandrey a écrit : >> Please consider the following patch for inclusion. >> >> The include is required to recognise FILE. >> >> The other change fixes a nesting error in an #ifdef. > > Please consider splitting your patc